[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua under C++
- From: Markus Ewald <Markus_Ewald@...>
- Date: Sun, 29 Oct 2000 12:34:02 +0100
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-