summaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.c b/lopcodes.c
index bbe66717..ac82dae2 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.14 2002/03/25 17:47:14 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.15 2002/04/09 19:47:44 roberto Exp roberto $
3** extracted automatically from lopcodes.h by mkprint.lua 3** extracted automatically from lopcodes.h by mkprint.lua
4** DO NOT EDIT 4** DO NOT EDIT
5** See Copyright Notice in lua.h 5** See Copyright Notice in lua.h
@@ -49,7 +49,7 @@ const char *const luaP_opnames[] = {
49 "RETURN", 49 "RETURN",
50 "FORLOOP", 50 "FORLOOP",
51 "TFORLOOP", 51 "TFORLOOP",
52 "OP_TFORPREP", 52 "TFORPREP",
53 "SETLIST", 53 "SETLIST",
54 "SETLISTO", 54 "SETLISTO",
55 "CLOSE", 55 "CLOSE",