Re: Embedded Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Embedded Lua
- From: Lisa Parratt <lisa@...>
- Date: 2006年3月31日 12:41:36 +0100
Luiz Henrique de Figueiredo wrote:
Can't you add definitions in luaconf.h for that? Like this:
#define exit myexit
Libraries that interface with Lua frequently require luaconf.h to be
included so that the same types are used across all Lua interfaces. This
would mean that the #defined functions would also be propagated to these
libraries, which is not necessarily desirable, and could verge on the
dangerous.
--
Lisa