diff options
Diffstat (limited to 'src/lj_obj.c')
-rw-r--r-- | src/lj_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.c b/src/lj_obj.c index 0df51bc4..3d7e9fcb 100644 --- a/src/lj_obj.c +++ b/src/lj_obj.c | |||
@@ -16,7 +16,7 @@ LJ_DATADEF const char *const lj_obj_typename[] = { /* ORDER LUA_T */ | |||
16 | 16 | ||
17 | LJ_DATADEF const char *const lj_obj_itypename[] = { /* ORDER LJ_T */ | 17 | LJ_DATADEF const char *const lj_obj_itypename[] = { /* ORDER LJ_T */ |
18 | "nil", "boolean", "boolean", "userdata", "string", "upval", "thread", | 18 | "nil", "boolean", "boolean", "userdata", "string", "upval", "thread", |
19 | "proto", "function", "" /* Unused */, "table", "userdata", "number" | 19 | "proto", "function", "trace", "table", "userdata", "number" |
20 | }; | 20 | }; |
21 | 21 | ||
22 | /* Compare two objects without calling metamethods. */ | 22 | /* Compare two objects without calling metamethods. */ |