aboutsummaryrefslogtreecommitdiff
path: root/src/lj_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r--src/lj_obj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h
index 5547a79b..1a6445fc 100644
--- a/src/lj_obj.h
+++ b/src/lj_obj.h
@@ -284,6 +284,9 @@ typedef const TValue cTValue;
284#define LJ_TISGCV (LJ_TSTR+1) 284#define LJ_TISGCV (LJ_TSTR+1)
285#define LJ_TISTABUD LJ_TTAB 285#define LJ_TISTABUD LJ_TTAB
286 286
287/* Type marker for slot holding a traversal index. Must be lightuserdata. */
288#define LJ_KEYINDEX 0xfffe7fffu
289
287#if LJ_GC64 290#if LJ_GC64
288#define LJ_GCVMASK (((uint64_t)1 << 47) - 1) 291#define LJ_GCVMASK (((uint64_t)1 << 47) - 1)
289#endif 292#endif