lua-users home
lua-l archive

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


> Wouldn't it be useful to use some macro magic to remove the cast
> when the code is built as plain C, so that the code the compiler
> sees is conforming both as C and as C++?

Currently, the code the compiler sees is already conforming both to C
and C++.  Why that macro would be useful?

-- Roberto