diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-06-28 16:58:57 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-06-28 16:58:57 -0300 |
commit | 2a4afb97c8a3f64dccad86fa848855616ea2c254 (patch) | |
tree | e343fd15c387e6975b7a680130ee09735666ea2d /ltests.h | |
parent | 87a5fae45322dde56306de92d8eb8050506fb9ba (diff) | |
download | lua-2a4afb97c8a3f64dccad86fa848855616ea2c254.tar.gz lua-2a4afb97c8a3f64dccad86fa848855616ea2c254.tar.bz2 lua-2a4afb97c8a3f64dccad86fa848855616ea2c254.zip |
new module lopcodes.c for tables describing opcodes
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 1.5 2001/02/12 15:42:44 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 1.6 2001/03/02 17:27:50 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,6 +13,8 @@ | |||
13 | 13 | ||
14 | #define LUA_DEBUG | 14 | #define LUA_DEBUG |
15 | 15 | ||
16 | #define LUA_OPNAMES | ||
17 | |||
16 | #undef NDEBUG | 18 | #undef NDEBUG |
17 | #include <assert.h> | 19 | #include <assert.h> |
18 | #define lua_assert(c) assert(c) | 20 | #define lua_assert(c) assert(c) |