diff options
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r-- | src/lj_obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h index 4ec67aed..137a04b2 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -842,7 +842,7 @@ static LJ_AINLINE lua_Number numberVnum(cTValue *o) | |||
842 | LJ_DATA const char *const lj_obj_typename[1+LUA_TCDATA+1]; | 842 | LJ_DATA const char *const lj_obj_typename[1+LUA_TCDATA+1]; |
843 | LJ_DATA const char *const lj_obj_itypename[~LJ_TNUMX+1]; | 843 | LJ_DATA const char *const lj_obj_itypename[~LJ_TNUMX+1]; |
844 | 844 | ||
845 | #define typename(o) (lj_obj_itypename[itypemap(o)]) | 845 | #define lj_typename(o) (lj_obj_itypename[itypemap(o)]) |
846 | 846 | ||
847 | /* Compare two objects without calling metamethods. */ | 847 | /* Compare two objects without calling metamethods. */ |
848 | LJ_FUNC int lj_obj_equal(cTValue *o1, cTValue *o2); | 848 | LJ_FUNC int lj_obj_equal(cTValue *o1, cTValue *o2); |