diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.54 2017/12/07 18:51:39 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.55 2017/12/18 13:01:49 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 | */ |
@@ -13,16 +13,6 @@ | |||
13 | 13 | ||
14 | /* test Lua with compatibility code */ | 14 | /* test Lua with compatibility code */ |
15 | #define LUA_COMPAT_MATHLIB | 15 | #define LUA_COMPAT_MATHLIB |
16 | #define LUA_COMPAT_IPAIRS | ||
17 | #define LUA_COMPAT_BITLIB | ||
18 | #define LUA_COMPAT_APIINTCASTS | ||
19 | #define LUA_COMPAT_FLOATSTRING | ||
20 | #define LUA_COMPAT_UNPACK | ||
21 | #define LUA_COMPAT_LOADERS | ||
22 | #define LUA_COMPAT_LOG10 | ||
23 | #define LUA_COMPAT_LOADSTRING | ||
24 | #define LUA_COMPAT_MAXN | ||
25 | #define LUA_COMPAT_MODULE | ||
26 | 16 | ||
27 | 17 | ||
28 | #define LUA_DEBUG | 18 | #define LUA_DEBUG |