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 63371ad4..44996a43 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.51 2009/06/18 16:35:05 roberto Exp roberto $ 2** $Id: lcode.h,v 1.52 2009/09/23 20:33:05 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*/
@@ -57,6 +57,7 @@ LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
57LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r); 57LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r);
58LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); 58LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e);
59LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); 59LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
60LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e);
60LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e); 61LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e);
61LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); 62LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e);
62LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 63LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e);