From 0d9007b6424a61d7974d26f926e353f60d8e8457 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 16 Jul 2004 10:17:00 -0300 Subject: no more LUA_OPNAMES --- ltests.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ltests.h b/ltests.h index c2f3ec16..111c38a2 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.7 2004/06/29 16:57:24 roberto Exp roberto $ +** $Id: ltests.h,v 2.8 2004/07/09 14:29:29 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -13,8 +13,6 @@ #define LUA_DEBUG -#define LUA_OPNAMES - #undef NDEBUG #include #undef lua_assert -- cgit v1.2.3-55-g6feb