lua-users home
lua-l archive

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


Hi!

The new Lua 4.0 beta seems to be missing the extern "C" declaration
(which was contained in Lua 3.2).
I've read this post from some guy who feared adding it would 'corrupt'
the headers in normal C, but the standard #ifdef __cplusplus extern "C"
{ #endif way will work in C also.

Was it removed because the source can be compiled as C++ as well ?

-Markus-