lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>One way of handling #defines (or any other C preprocessor feature) is to
>run a C preprocessor over your lua code.

Just note that the C preprocessor will probably make replacements and
remove C comments inside Lua long strings.
--lhf