aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.c b/ltm.c
index aaba8943..7b7b64a2 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.90 2002/04/30 13:01:48 roberto Exp roberto $ 2** $Id: ltm.c,v 1.91 2002/05/20 19:51:06 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*/
@@ -26,7 +26,7 @@ const char *const luaT_typenames[] = {
26 26
27void luaT_init (lua_State *L) { 27void luaT_init (lua_State *L) {
28 static const char *const luaT_eventname[] = { /* ORDER TM */ 28 static const char *const luaT_eventname[] = { /* ORDER TM */
29 "__gettable", "__settable", "__index", 29 "__gettable", "__settable", "__index", "__newindex",
30 "__gc", "__weakmode", 30 "__gc", "__weakmode",
31 "__add", "__sub", "__mul", "__div", 31 "__add", "__sub", "__mul", "__div",
32 "__pow", "__unm", "__lt", "__concat", 32 "__pow", "__unm", "__lt", "__concat",