lua-users home
lua-l archive

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


>The new Lua 4.0 beta seems to be missing the extern "C" declaration
>(which was contained in Lua 3.2).

Lua 3.2 did *not* have extern "C". Perhaps you're using a modified version?

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

It was not removed, because it was never there in the first place.
But it won't be added because then it would not compile as real C++.
--lhf