aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lcode.h b/lcode.h
index 285383c0..283c0f84 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.12 2000/04/12 18:47:03 roberto Exp roberto $ 2** $Id: lcode.h,v 1.13 2000/05/22 18:44:46 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*/
@@ -36,7 +36,6 @@ int luaK_jump (FuncState *fs);
36void luaK_patchlist (FuncState *fs, int list, int target); 36void luaK_patchlist (FuncState *fs, int list, int target);
37void luaK_concat (FuncState *fs, int *l1, int l2); 37void luaK_concat (FuncState *fs, int *l1, int l2);
38void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue); 38void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue);
39void luaK_goiffalse (FuncState *fs, expdesc *v, int keepvalue);
40int luaK_getlabel (FuncState *fs); 39int luaK_getlabel (FuncState *fs);
41void luaK_deltastack (FuncState *fs, int delta); 40void luaK_deltastack (FuncState *fs, int delta);
42void luaK_kstr (LexState *ls, int c); 41void luaK_kstr (LexState *ls, int c);