diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-09 19:50:35 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-09 19:50:35 -0200 |
commit | b3bb0f132b2a3dba88385f8d71ba3f34252d94e4 (patch) | |
tree | 111d09e92f36a4525ee9a62596925ac6cc9567b0 /ltm.c | |
parent | facfec0687ff20351d3c7520344a722b9149c9ea (diff) | |
download | lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.gz lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.bz2 lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.zip |
new interface for weak modes
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ const char *const luaT_typenames[] = { | |||
26 | void luaT_init (lua_State *L) { | 26 | void luaT_init (lua_State *L) { |
27 | static const char *const luaT_eventname[] = { /* ORDER TM */ | 27 | static const char *const luaT_eventname[] = { /* ORDER TM */ |
28 | "gettable", "settable", "index", | 28 | "gettable", "settable", "index", |
29 | "gc", | 29 | "gc", "weakmode", |
30 | "add", "sub", "mul", "div", | 30 | "add", "sub", "mul", "div", |
31 | "pow", "unm", "lt", "concat", | 31 | "pow", "unm", "lt", "concat", |
32 | "call" | 32 | "call" |