summaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.c b/ltm.c
index 8270b3e3..ff66afdd 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 1.101 2002/08/30 19:09:21 roberto Exp roberto $ 2** $Id: ltm.c,v 1.102 2002/09/19 20:12:47 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,7 @@
19 19
20const char *const luaT_typenames[] = { 20const char *const luaT_typenames[] = {
21 "nil", "boolean", "userdata", "number", 21 "nil", "boolean", "userdata", "number",
22 "string", "table", "function", "userdata" 22 "string", "table", "function", "userdata", "thread"
23}; 23};
24 24
25 25