diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-09 13:00:17 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-09 13:00:17 -0200 |
commit | 36efa6a6b923df9452526b166e8e8561ddf8b07e (patch) | |
tree | 781f9dea0991153d9ad93b130bbedf6ddce0f9a0 /ltests.h | |
parent | c6e74e41c9752c8dc9a409e12cb2ae53e92679dd (diff) | |
download | lua-36efa6a6b923df9452526b166e8e8561ddf8b07e.tar.gz lua-36efa6a6b923df9452526b166e8e8561ddf8b07e.tar.bz2 lua-36efa6a6b923df9452526b166e8e8561ddf8b07e.zip |
no more 'preloadedlibs' when opening libraries (as it is dead code now)
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.42 2014/11/29 19:45:37 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.43 2014/12/06 20:42:58 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -24,9 +24,6 @@ | |||
24 | #undef LUA_COMPAT_MODULE | 24 | #undef LUA_COMPAT_MODULE |
25 | 25 | ||
26 | 26 | ||
27 | /* test without preloding debug library */ | ||
28 | #define LUA_NODEBUGLIB | ||
29 | |||
30 | #define LUA_DEBUG | 27 | #define LUA_DEBUG |
31 | 28 | ||
32 | 29 | ||