diff --git a/ltm.c b/ltm.c index 5cc0a744..a9faf7a2 100644 --- a/ltm.c +++ b/ltm.c @@ -19,7 +19,7 @@ const char *const luaT_typenames[] = { - "userdata", "nil", "number", "boolean", "string", "table", "function" + "nil", "number", "string", "boolean", "table", "userdata", "function" };