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 6090d04e..3c8a13a7 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.17 2000/11/30 18:50:47 roberto Exp roberto $ 2** $Id: lcode.h,v 1.18 2000/12/04 18:33:40 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*/
@@ -53,6 +53,7 @@ int luaK_code1 (FuncState *fs, OpCode o, int arg1);
53int luaK_code2 (FuncState *fs, OpCode o, int arg1, int arg2); 53int luaK_code2 (FuncState *fs, OpCode o, int arg1, int arg2);
54int luaK_jump (FuncState *fs); 54int luaK_jump (FuncState *fs);
55void luaK_patchlist (FuncState *fs, int list, int target); 55void luaK_patchlist (FuncState *fs, int list, int target);
56void luaK_fixfor (FuncState *fs, int pc, int dest);
56void luaK_concat (FuncState *fs, int *l1, int l2); 57void luaK_concat (FuncState *fs, int *l1, int l2);
57void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue); 58void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue);
58int luaK_getlabel (FuncState *fs); 59int luaK_getlabel (FuncState *fs);