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 a83411e4..5a61b603 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.43 2005/04/25 19:24:10 roberto Exp roberto $ 2** $Id: lcode.h,v 1.44 2005/05/20 15:53:42 roberto Exp $
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*/
@@ -65,6 +65,7 @@ LUAI_FUNC void luaK_storevar (FuncState *fs, expdesc *var, expdesc *e);
65LUAI_FUNC void luaK_setreturns (FuncState *fs, expdesc *e, int nresults); 65LUAI_FUNC void luaK_setreturns (FuncState *fs, expdesc *e, int nresults);
66LUAI_FUNC void luaK_setoneret (FuncState *fs, expdesc *e); 66LUAI_FUNC void luaK_setoneret (FuncState *fs, expdesc *e);
67LUAI_FUNC int luaK_jump (FuncState *fs); 67LUAI_FUNC int luaK_jump (FuncState *fs);
68LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
68LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target); 69LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
69LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list); 70LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
70LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2); 71LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);