diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
commit | ab6a94952215b1f66436d8eeebded1dad9fa5409 (patch) | |
tree | ba66254537defc76602ce351d962b899ddfe1b29 /ltm.h | |
parent | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff) | |
parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
download | lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2 lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | 10 | ||
11 | #include "lobject.h" | 11 | #include "lobject.h" |
12 | #include "lstate.h" | ||
13 | 12 | ||
14 | 13 | ||
15 | /* | 14 | /* |
@@ -96,8 +95,8 @@ LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, | |||
96 | int inv, int isfloat, TMS event); | 95 | int inv, int isfloat, TMS event); |
97 | 96 | ||
98 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, | 97 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, |
99 | CallInfo *ci, const Proto *p); | 98 | struct CallInfo *ci, const Proto *p); |
100 | LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci, | 99 | LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci, |
101 | StkId where, int wanted); | 100 | StkId where, int wanted); |
102 | 101 | ||
103 | 102 | ||