aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lcode.h b/lcode.h
index e82d1b17..82e77388 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.21 2001/02/23 17:17:25 roberto Exp roberto $ 2** $Id: lcode.h,v 1.22 2001/06/05 18:17:01 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*/
@@ -44,6 +44,7 @@ int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
44void luaK_nil (FuncState *fs, int from, int n); 44void luaK_nil (FuncState *fs, int from, int n);
45void luaK_reserveregs (FuncState *fs, int n); 45void luaK_reserveregs (FuncState *fs, int n);
46int luaK_stringk (FuncState *fs, TString *s); 46int luaK_stringk (FuncState *fs, TString *s);
47void luaK_dischargevars (FuncState *fs, expdesc *e);
47int luaK_exp2anyreg (FuncState *fs, expdesc *e); 48int luaK_exp2anyreg (FuncState *fs, expdesc *e);
48void luaK_exp2nextreg (FuncState *fs, expdesc *e); 49void luaK_exp2nextreg (FuncState *fs, expdesc *e);
49void luaK_exp2val (FuncState *fs, expdesc *e); 50void luaK_exp2val (FuncState *fs, expdesc *e);