aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-10 15:37:44 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-10 15:37:44 -0300
commit73aa465a8ed8dee6c6a27a6f8b2f51227b70789d (patch)
tree496a63ffffe0312f1d0b9882d97944fa38ed7801 /lcode.h
parent3d0577f4b98908be3f2d697ab75c5fbbd3f6999b (diff)
downloadlua-73aa465a8ed8dee6c6a27a6f8b2f51227b70789d.tar.gz
lua-73aa465a8ed8dee6c6a27a6f8b2f51227b70789d.tar.bz2
lua-73aa465a8ed8dee6c6a27a6f8b2f51227b70789d.zip
some name changes
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 91674ad3..994ff499 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.3 2000/03/03 18:53:17 roberto Exp roberto $ 2** $Id: lcode.h,v 1.5 2000/03/09 13:57:37 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*/
@@ -30,7 +30,7 @@ void luaK_goiffalse (LexState *ls, expdesc *v, int keepvalue);
30int luaK_getlabel (LexState *ls); 30int luaK_getlabel (LexState *ls);
31void luaK_deltastack (LexState *ls, int delta); 31void luaK_deltastack (LexState *ls, int delta);
32void luaK_kstr (LexState *ls, int c); 32void luaK_kstr (LexState *ls, int c);
33void luaK_number (LexState *ls, real f); 33void luaK_number (LexState *ls, Number f);
34void luaK_adjuststack (LexState *ls, int n); 34void luaK_adjuststack (LexState *ls, int n);
35int luaK_lastisopen (LexState *ls); 35int luaK_lastisopen (LexState *ls);
36void luaK_setcallreturns (LexState *ls, int nresults); 36void luaK_setcallreturns (LexState *ls, int nresults);