aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcode.h b/lcode.h
index 94fc2417..8c27bc92 100644
--- a/lcode.h
+++ b/lcode.h
@@ -71,6 +71,7 @@ LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
71LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 71LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
72LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 72LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
73LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); 73LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n);
74LUAI_FUNC void luaK_vapar2local (FuncState *fs, expdesc *var);
74LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); 75LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e);
75LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); 76LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
76LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); 77LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e);