diff options
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | static const char udatatypename[] = "userdata"; | 28 | static const char udatatypename[] = "userdata"; |
29 | 29 | ||
30 | LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTAGS] = { | 30 | LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTYPES] = { |
31 | "no value", | 31 | "no value", |
32 | "nil", "boolean", udatatypename, "number", | 32 | "nil", "boolean", udatatypename, "number", |
33 | "string", "table", "function", udatatypename, "thread", | 33 | "string", "table", "function", udatatypename, "thread", |