aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index 8eb504d1..6ca7e9d3 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 2.22 2013/08/27 18:53:35 roberto Exp roberto $ 2** $Id: ltm.c,v 2.23 2013/12/16 19:06:52 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -38,6 +38,7 @@ void luaT_init (lua_State *L) {
38 "__gc", "__mode", "__len", "__eq", 38 "__gc", "__mode", "__len", "__eq",
39 "__add", "__sub", "__mul", "__mod", "__pow", 39 "__add", "__sub", "__mul", "__mod", "__pow",
40 "__div", "__idiv", 40 "__div", "__idiv",
41 "__band", "__bor", "__bxor",
41 "__unm", "__lt", "__le", 42 "__unm", "__lt", "__le",
42 "__concat", "__call" 43 "__concat", "__call"
43 }; 44 };