aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ltm.c b/ltm.c
index e53f49cb..5a4c72ac 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.87 2002/02/14 21:40:29 roberto Exp roberto $ 2** $Id: ltm.c,v 1.88 2002/03/18 20:24:14 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*/
@@ -19,7 +19,8 @@
19 19
20 20
21const char *const luaT_typenames[] = { 21const char *const luaT_typenames[] = {
22 "nil", "number", "string", "boolean", "table", "userdata", "function" 22 "nil", "number", "string", "boolean", "table",
23 "userdata", "userdata", "function"
23}; 24};
24 25
25 26