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 /lcode.h | |
parent | 6c7334a9ac4b424a4fd52bfeb4d674bc7cfa4eb3 (diff) | |
download | lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.tar.gz lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.tar.bz2 lua-f1f271ae76e626d1e6ffe71d5589d9e0d995bac1.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.29 2002/03/21 20:31:43 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.30 2002/04/02 20:34:53 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 | */ |
@@ -45,7 +45,6 @@ void luaK_error (LexState *ls, const char *msg); | |||
45 | int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc); | 45 | int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc); |
46 | int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); | 46 | int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); |
47 | void luaK_nil (FuncState *fs, int from, int n); | 47 | void luaK_nil (FuncState *fs, int from, int n); |
48 | void luaK_checkstack (FuncState *fs, int n); | ||
49 | void luaK_reserveregs (FuncState *fs, int n); | 48 | void luaK_reserveregs (FuncState *fs, int n); |
50 | int luaK_stringK (FuncState *fs, TString *s); | 49 | int luaK_stringK (FuncState *fs, TString *s); |
51 | int luaK_numberK (FuncState *fs, lua_Number r); | 50 | int luaK_numberK (FuncState *fs, lua_Number r); |