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 --- ldebug.c | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) (limited to 'ldebug.c') diff --git a/ldebug.c b/ldebug.c index 473d63f5..3e73d374 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,5 +1,5 @@ /* -** $Id: ldebug.c,v 1.84 2001/06/26 13:20:45 roberto Exp roberto $ +** $Id: ldebug.c,v 1.85 2001/06/28 14:57:17 roberto Exp roberto $ ** Debug Interface ** See Copyright Notice in lua.h */ @@ -563,52 +563,3 @@ void luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2) { luaO_verror(L, l_s("attempt to compare %.10s with %.10s"), t1, t2); } - - -#define opmode(t,a,b,c,sa,k,m) (((t)<