diff options
Diffstat (limited to 'ltm.h')
| -rw-r--r-- | ltm.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -95,8 +95,8 @@ LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, | |||
| 95 | LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, | 95 | LUAI_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 | ||
| 98 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, | 98 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, struct CallInfo *ci, |
| 99 | struct CallInfo *ci, const Proto *p); | 99 | const Proto *p); |
| 100 | LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci, | 100 | LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci, |
| 101 | StkId where, int wanted); | 101 | StkId where, int wanted); |
| 102 | 102 | ||
