1
0
Fork 0

Commented out code_out.cpp generating.

Fixes #3296.
This commit is contained in:
Mattes D 2016-08-06 18:28:57 +02:00
parent ad9fc17673
commit f07dc71648
1 changed files with 4 additions and 0 deletions

View File

@ -878,9 +878,13 @@ function preprocess_hook(a_Package)
return "\19" .. n .."\20\n"
end
) -- Replace ///< comments with an ID into a lookup table wrapped in DC3 and DC4
--[[
-- Output the preprocessed code out to a file for manual inspection:
local f = io.open("code_out.cpp", "wb")
f:write(a_Package.code)
f:close()
--]]
end