diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.88 2007/05/03 20:49:29 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.89 2007/06/21 13:48:04 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -334,6 +334,14 @@ | |||
334 | */ | 334 | */ |
335 | #define LUA_COMPAT_GFIND | 335 | #define LUA_COMPAT_GFIND |
336 | 336 | ||
337 | /* | ||
338 | @@ LUA_COMPAT_DEBUGLIB controls compatibility with preloading | ||
339 | @* the debug library. | ||
340 | ** CHANGE it to undefined as soon as you add 'require"debug"' everywhere | ||
341 | ** you need the debug library. | ||
342 | */ | ||
343 | #define LUA_COMPAT_DEBUGLIB | ||
344 | |||
337 | 345 | ||
338 | 346 | ||
339 | 347 | ||