From 578d1da00d4144caaf2ea7406680f76adcfc5af1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 18 Mar 2002 17:24:14 -0300 Subject: [PATCH] new names for tag methods --- ltm.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ltm.c b/ltm.c index a9faf7a2..e53f49cb 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ +** $Id: ltm.c,v 1.87 2002/02/14 21:40:29 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -25,11 +25,11 @@ const char *const luaT_typenames[] = { void luaT_init (lua_State *L) { static const char *const luaT_eventname[] = { /* ORDER TM */ - "gettable", "settable", "index", - "gc", "weakmode", - "add", "sub", "mul", "div", - "pow", "unm", "lt", "concat", - "call" + "__gettable", "__settable", "__index", + "__gc", "__weakmode", + "__add", "__sub", "__mul", "__div", + "__pow", "__unm", "__lt", "__concat", + "__call" }; int i; for (i=0; i