diff options
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
20 | const char *const luaT_typenames[] = { | 20 | const 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 | ||