[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: is this a bug in lua core 5.0b ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 30 Jan 2003 22:45:29 -0200
>Ok, this is good! Please correct me if I am wrong with the following.
>The LUA_USERSTATE would have to be added somewhere very low level -
>lua.h perhaps? The only example of use is in luser_tests.h, which,
>although being sufficient, is not used anywhere. Supposing I did the
>same thing, mylua.h, would you recommend including this file into lua.h
>or had it better be some other file?
Just use -DLUA_USER_H='"mylua.h"' .
--lhf