aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltm.h b/ltm.h
index e8560f82..fad47842 100644
--- a/ltm.h
+++ b/ltm.h
@@ -77,7 +77,7 @@ LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
77 StkId res, TMS event); 77 StkId res, TMS event);
78LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1, 78LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
79 const TValue *p2, StkId res, int inv, TMS event); 79 const TValue *p2, StkId res, int inv, TMS event);
80LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, int i2, 80LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
81 int inv, StkId res, TMS event); 81 int inv, StkId res, TMS event);
82LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, 82LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
83 const TValue *p2, TMS event); 83 const TValue *p2, TMS event);