aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltm.c b/ltm.c
index cd70f6ba..65e0a8da 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.99 2002/08/05 14:09:06 roberto Exp roberto $ 2** $Id: ltm.c,v 1.100 2002/08/06 17:06:56 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*/
@@ -18,8 +18,8 @@
18 18
19 19
20const char *const luaT_typenames[] = { 20const char *const luaT_typenames[] = {
21 "nil", "number", "string", "boolean", "table", 21 "nil", "boolean", "userdata", "number",
22 "function", "userdata", "userdata" 22 "string", "table", "function", "userdata"
23}; 23};
24 24
25 25