diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-15 17:50:33 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-15 17:50:33 -0300 |
commit | 3860c5934e0f61bfd4c3b91edfb6223f938d8008 (patch) | |
tree | 6b02c6dcc68ab51eb3eb7dde2e22f99e657e8ca2 /lcode.h | |
parent | f0b697e01caf626785cd9572f82fe98c4a3889fd (diff) | |
download | lua-3860c5934e0f61bfd4c3b91edfb6223f938d8008.tar.gz lua-3860c5934e0f61bfd4c3b91edfb6223f938d8008.tar.bz2 lua-3860c5934e0f61bfd4c3b91edfb6223f938d8008.zip |
details.
Diffstat (limited to '')
-rw-r--r-- | lcode.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.h,v 1.6 2000/03/10 18:37:44 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.7 2000/03/13 20:37:16 roberto Exp roberto $ |
3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | 21 | ||
22 | void luaK_error (LexState *ls, const char *msg); | 22 | void luaK_error (LexState *ls, const char *msg); |
23 | int luaK_primitivecode (FuncState *fs, Instruction i); | ||
24 | int luaK_code (FuncState *fs, Instruction i, int delta); | 23 | int luaK_code (FuncState *fs, Instruction i, int delta); |
25 | void luaK_retcode (FuncState *fs, int nlocals, int nexps); | 24 | void luaK_retcode (FuncState *fs, int nlocals, int nexps); |
26 | void luaK_fixjump (FuncState *fs, int pc, int dest); | 25 | void luaK_fixjump (FuncState *fs, int pc, int dest); |