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 2.20 2013/05/06 17:19:11 roberto Exp roberto $ | 2 | ** $Id: ltm.c,v 2.21 2013/08/21 20:09:51 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 | */ |
@@ -28,7 +28,7 @@ LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTAGS] = { | |||
28 | "no value", | 28 | "no value", |
29 | "nil", "boolean", udatatypename, "number", | 29 | "nil", "boolean", udatatypename, "number", |
30 | "string", "table", "function", udatatypename, "thread", | 30 | "string", "table", "function", udatatypename, "thread", |
31 | "proto", "upval" /* these last two cases are used for tests only */ | 31 | "proto" /* this last case is used for tests only */ |
32 | }; | 32 | }; |
33 | 33 | ||
34 | 34 | ||