diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-08 12:57:23 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-08 12:57:23 -0300 |
commit | fb9de1b4d77494d55c6e0c3c8e5c681dad36b49e (patch) | |
tree | bcc9d62e57e93d31e7ef2e251bde8b585c0a8dc1 /ltm.h | |
parent | e8757a73e64c351bdafb75ee45be60e7ab4b3426 (diff) | |
download | lua-fb9de1b4d77494d55c6e0c3c8e5c681dad36b49e.tar.gz lua-fb9de1b4d77494d55c6e0c3c8e5c681dad36b49e.tar.bz2 lua-fb9de1b4d77494d55c6e0c3c8e5c681dad36b49e.zip |
detail ('luaT_callbinTM' does not need to be extern)
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 2.21 2014/10/25 11:50:46 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.22 2016/02/26 19:20:15 roberto Exp roberto $ |
3 | ** Tag methods | 3 | ** Tag methods |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -64,8 +64,6 @@ LUAI_FUNC void luaT_init (lua_State *L); | |||
64 | 64 | ||
65 | LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, | 65 | LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, |
66 | const TValue *p2, TValue *p3, int hasres); | 66 | const TValue *p2, TValue *p3, int hasres); |
67 | LUAI_FUNC int luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2, | ||
68 | StkId res, TMS event); | ||
69 | LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, | 67 | LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, |
70 | StkId res, TMS event); | 68 | StkId res, TMS event); |
71 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, | 69 | LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, |