From 9ec9a012e780cd9d55382134fa955e96a03f7e49 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 14 May 2003 18:09:53 -0300 Subject: details --- lopcodes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index e6a592d9..ad903c10 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.c,v 1.23 2003/05/13 20:15:59 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $ ** See Copyright Notice in lua.h */ @@ -16,7 +16,7 @@ #ifdef LUA_OPNAMES -const char *const luaP_opnames[] = { +const char *const luaP_opnames[NUM_OPCODES] = { "MOVE", "LOADK", "LOADBOOL", -- cgit v1.2.3-55-g6feb