aboutsummaryrefslogtreecommitdiff
path: root/lfunc.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-11-18 14:54:06 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-11-18 14:54:06 -0300
commit5f83fb658206d195e54d3574b989ce5285a5b18f (patch)
tree2049d60a21ae33407c13c5e8452b539ae250b2f2 /lfunc.h
parent679dc72c08a7c563a0c3f463332d6f22d573a106 (diff)
downloadlua-5f83fb658206d195e54d3574b989ce5285a5b18f.tar.gz
lua-5f83fb658206d195e54d3574b989ce5285a5b18f.tar.bz2
lua-5f83fb658206d195e54d3574b989ce5285a5b18f.zip
Details
Diffstat (limited to 'lfunc.h')
-rw-r--r--lfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfunc.h b/lfunc.h
index 0ed79c48..8d6f965c 100644
--- a/lfunc.h
+++ b/lfunc.h
@@ -54,8 +54,8 @@
54 54
55 55
56LUAI_FUNC Proto *luaF_newproto (lua_State *L); 56LUAI_FUNC Proto *luaF_newproto (lua_State *L);
57LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nelems); 57LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nupvals);
58LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nelems); 58LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nupvals);
59LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl); 59LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl);
60LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level); 60LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
61LUAI_FUNC void luaF_newtbcupval (lua_State *L, StkId level); 61LUAI_FUNC void luaF_newtbcupval (lua_State *L, StkId level);