diff options
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" |
