From 2a4afb97c8a3f64dccad86fa848855616ea2c254 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 28 Jun 2001 16:58:57 -0300 Subject: new module lopcodes.c for tables describing opcodes --- ltests.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 6cbb9810..3fc03cc1 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 1.5 2001/02/12 15:42:44 roberto Exp roberto $ +** $Id: ltests.h,v 1.6 2001/03/02 17:27:50 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -13,6 +13,8 @@ #define LUA_DEBUG +#define LUA_OPNAMES + #undef NDEBUG #include #define lua_assert(c) assert(c) -- cgit v1.2.3-55-g6feb