[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Embedded Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 31 Mar 2006 08:36:54 -0300
> I'm not saying Lua should be rendered difficult to integrate. It's just
> it should be made fully independent, but provided with default bindings
> that are useful in the most common case, exactly as is the case with
> luai_numpow.
Can't you add definitions in luaconf.h for that? Like this:
#define exit myexit
--lhf