From b4be5075784bcc8fed974bda4005425a9ccec1ba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 29 Apr 2013 13:56:50 -0300 Subject: new function 'luaT_trybinTM' --- ltm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 8f088528..053dc145 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 2.14 2013/04/25 16:07:52 roberto Exp roberto $ +** $Id: ltm.h,v 2.15 2013/04/26 13:07:53 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -59,6 +59,8 @@ LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, TValue *p3, int hasres); LUAI_FUNC int luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event); +LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, + StkId res, TMS event); LUAI_FUNC const TValue *luaT_getequalTM (lua_State *L, Table *mt1, Table *mt2); LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, TMS event); -- cgit v1.2.3-55-g6feb