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.37 2016/02/26 19:20:15 roberto Exp roberto $ | 2 | ** $Id: ltm.c,v 2.38 2016/12/22 13:08:50 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 | */ |
@@ -30,7 +30,7 @@ LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTAGS] = { | |||
30 | "no value", | 30 | "no value", |
31 | "nil", "boolean", udatatypename, "number", | 31 | "nil", "boolean", udatatypename, "number", |
32 | "string", "table", "function", udatatypename, "thread", | 32 | "string", "table", "function", udatatypename, "thread", |
33 | "proto" /* this last case is used for tests only */ | 33 | "upvalue", "proto" /* these last cases are used for tests only */ |
34 | }; | 34 | }; |
35 | 35 | ||
36 | 36 | ||