diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2, | |||
82 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, | 82 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, |
83 | const TValue *p2, TMS event); | 83 | const TValue *p2, TMS event); |
84 | LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, | 84 | LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, |
85 | int inv, TMS event); | 85 | int inv, int isfloat, TMS event); |
86 | 86 | ||
87 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, | 87 | LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams, |
88 | struct CallInfo *ci, const Proto *p); | 88 | struct CallInfo *ci, const Proto *p); |