From f1f271ae76e626d1e6ffe71d5589d9e0d995bac1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 10 Apr 2002 15:05:08 -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 bbe66717..ac82dae2 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.c,v 1.14 2002/03/25 17:47:14 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.15 2002/04/09 19:47:44 roberto Exp roberto $ ** extracted automatically from lopcodes.h by mkprint.lua ** DO NOT EDIT ** See Copyright Notice in lua.h @@ -49,7 +49,7 @@ const char *const luaP_opnames[] = { "RETURN", "FORLOOP", "TFORLOOP", - "OP_TFORPREP", + "TFORPREP", "SETLIST", "SETLISTO", "CLOSE", -- cgit v1.2.3-55-g6feb