aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcode.h b/lcode.h
index bb032267..6090d04e 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.16 2000/08/09 14:49:13 roberto Exp roberto $ 2** $Id: lcode.h,v 1.17 2000/11/30 18:50:47 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*/
@@ -58,7 +58,7 @@ void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue);
58int luaK_getlabel (FuncState *fs); 58int luaK_getlabel (FuncState *fs);
59void luaK_deltastack (FuncState *fs, int delta); 59void luaK_deltastack (FuncState *fs, int delta);
60void luaK_kstr (LexState *ls, int c); 60void luaK_kstr (LexState *ls, int c);
61void luaK_number (FuncState *fs, Number f); 61void luaK_number (FuncState *fs, lua_Number f);
62void luaK_adjuststack (FuncState *fs, int n); 62void luaK_adjuststack (FuncState *fs, int n);
63int luaK_lastisopen (FuncState *fs); 63int luaK_lastisopen (FuncState *fs);
64void luaK_setcallreturns (FuncState *fs, int nresults); 64void luaK_setcallreturns (FuncState *fs, int nresults);