aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2025-09-16 13:26:24 -0300
committerRoberto I <roberto@inf.puc-rio.br>2025-09-16 13:26:24 -0300
commit140b672e2ee2ac842661ece4b48e1a64f0cd11ea (patch)
treeb925cd1e40712ab09a75ef2c0e30095aac0af0aa /ltm.h
parent9ea06e61f20ae34974226074fc6123dbb54a07c2 (diff)
downloadlua-140b672e2ee2ac842661ece4b48e1a64f0cd11ea.tar.gz
lua-140b672e2ee2ac842661ece4b48e1a64f0cd11ea.tar.bz2
lua-140b672e2ee2ac842661ece4b48e1a64f0cd11ea.zip
Vararg table
Not yet optimized nor documented.
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.h b/ltm.h
index ba2e4760..ed479bb4 100644
--- a/ltm.h
+++ b/ltm.h
@@ -95,8 +95,8 @@ LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
95LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, 95LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
96 int inv, int isfloat, TMS event); 96 int inv, int isfloat, TMS event);
97 97
98LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, 98LUAI_FUNC void luaT_adjustvarargs (lua_State *L, struct CallInfo *ci,
99 struct CallInfo *ci, const Proto *p); 99 const Proto *p);
100LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci, 100LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
101 StkId where, int wanted); 101 StkId where, int wanted);
102 102