diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.37 2014/07/23 17:16:50 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.38 2014/07/24 14:00:16 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 | */ |
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | /* test Lua with no compatibility code */ | 13 | /* test Lua with no compatibility code */ |
14 | #undef LUA_COMPAT_MATHLIB | 14 | #undef LUA_COMPAT_MATHLIB |
15 | #undef LUA_COMPAT_IPAIRS | ||
15 | #undef LUA_COMPAT_BITLIB | 16 | #undef LUA_COMPAT_BITLIB |
16 | #undef LUA_COMPAT_APIUNSIGNED | 17 | #undef LUA_COMPAT_APIUNSIGNED |
17 | #undef LUA_COMPAT_FLOATSTRING | 18 | #undef LUA_COMPAT_FLOATSTRING |