aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-09 19:50:35 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-09 19:50:35 -0200
commitb3bb0f132b2a3dba88385f8d71ba3f34252d94e4 (patch)
tree111d09e92f36a4525ee9a62596925ac6cc9567b0 /ltm.c
parentfacfec0687ff20351d3c7520344a722b9149c9ea (diff)
downloadlua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.gz
lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.bz2
lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.zip
new interface for weak modes
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
26void luaT_init (lua_State *L) { 26void 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"