[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: extern "C" ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 12 Sep 2003 21:57:23 -0300
>> Besides, you've already added it, too late to change it now.... ;)
>
>Yeah, but thats the 2nd time I had to do that. Once in v4, and now again in
>v5. And when a new update comes out, I will have to do it again (or merge
>the diffs).
How about creating a lua.hpp with the code below?
extern "C"{
#include "lua.h"
}
--lhf