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