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 b967819d..f8aed318 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -493,7 +493,7 @@ typedef struct GCState { | |||
493 | MSize threshold; /* Memory threshold. */ | 493 | MSize threshold; /* Memory threshold. */ |
494 | uint8_t currentwhite; /* Current white color. */ | 494 | uint8_t currentwhite; /* Current white color. */ |
495 | uint8_t state; /* GC state. */ | 495 | uint8_t state; /* GC state. */ |
496 | uint8_t unused1; | 496 | uint8_t nocdatafin; /* No cdata finalizer called. */ |
497 | uint8_t unused2; | 497 | uint8_t unused2; |
498 | MSize sweepstr; /* Sweep position in string table. */ | 498 | MSize sweepstr; /* Sweep position in string table. */ |
499 | GCRef root; /* List of all collectable objects. */ | 499 | GCRef root; /* List of all collectable objects. */ |