[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using Lua in a C(++) program
- From: Wim Couwenberg <w.couwenberg@...>
- Date: Fri, 13 Jun 2003 12:11:55 +0200
> I guess I am a bit out of date with the C++ standard :-)
I wish I were... (really!)
> Would it be acceptable to put #ifdef-based 'guards' both on the C and the C++
> #include files, to warn about file inclusion inconsistent with compiling
> mode?
these guards are already in the lua headers, which makes
their use optional for the wrappers. A matter of taste I
guess.
Bye,
Wim