diff options
-rw-r--r-- | ltests.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.7 2004/06/29 16:57:24 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.8 2004/07/09 14:29:29 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,8 +13,6 @@ | |||
13 | 13 | ||
14 | #define LUA_DEBUG | 14 | #define LUA_DEBUG |
15 | 15 | ||
16 | #define LUA_OPNAMES | ||
17 | |||
18 | #undef NDEBUG | 16 | #undef NDEBUG |
19 | #include <assert.h> | 17 | #include <assert.h> |
20 | #undef lua_assert | 18 | #undef lua_assert |