From b3bb0f132b2a3dba88385f8d71ba3f34252d94e4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Jan 2002 19:50:35 -0200 Subject: new interface for weak modes --- ltm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 62c3b38a..f69c6f9f 100644 --- a/ltm.c +++ b/ltm.c @@ -26,7 +26,7 @@ const char *const luaT_typenames[] = { void luaT_init (lua_State *L) { static const char *const luaT_eventname[] = { /* ORDER TM */ "gettable", "settable", "index", - "gc", + "gc", "weakmode", "add", "sub", "mul", "div", "pow", "unm", "lt", "concat", "call" -- cgit v1.2.3-55-g6feb