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