This commit is contained in:
Roberto Ierusalimschy
2002-04-10 15:05:08 -03:00
parent 6c7334a9ac
commit f1f271ae76
4 changed files with 8 additions and 8 deletions

View File

@@ -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",