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