|
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