[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua under C++
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 30 Oct 2000 11:02:42 -0200 (EDT)
>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