diff options
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ void luaT_init (lua_State *L) { | |||
43 | "__div", "__idiv", | 43 | "__div", "__idiv", |
44 | "__band", "__bor", "__bxor", "__shl", "__shr", | 44 | "__band", "__bor", "__bxor", "__shl", "__shr", |
45 | "__unm", "__bnot", "__lt", "__le", | 45 | "__unm", "__bnot", "__lt", "__le", |
46 | "__concat", "__call" | 46 | "__concat", "__call", "__close" |
47 | }; | 47 | }; |
48 | int i; | 48 | int i; |
49 | for (i=0; i<TM_N; i++) { | 49 | for (i=0; i<TM_N; i++) { |