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 71146dfc..b01bd97b 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -195,7 +195,7 @@ typedef const TValue cTValue; | |||
195 | #define LJ_TTHREAD (-7) | 195 | #define LJ_TTHREAD (-7) |
196 | #define LJ_TPROTO (-8) | 196 | #define LJ_TPROTO (-8) |
197 | #define LJ_TFUNC (-9) | 197 | #define LJ_TFUNC (-9) |
198 | /* Unused (-10) */ | 198 | #define LJ_TTRACE (-10) |
199 | #define LJ_TTAB (-11) | 199 | #define LJ_TTAB (-11) |
200 | #define LJ_TUDATA (-12) | 200 | #define LJ_TUDATA (-12) |
201 | /* This is just the canonical number type used in some places. */ | 201 | /* This is just the canonical number type used in some places. */ |