diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-04-10 15:05:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-04-10 15:05:08 -0300 |
commit | f1f271ae76e626d1e6ffe71d5589d9e0d995bac1 (patch) | |
tree | 601395f5038bb6c8904c01a1c14a39e2dd79acb6 /lopcodes.c | |
parent | 6c7334a9ac4b424a4fd52bfeb4d674bc7cfa4eb3 (diff) | |
download | lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.tar.gz lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.tar.bz2 lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.zip |
details
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |