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 d463cb2c..a37c0882 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -532,7 +532,7 @@ typedef struct GCState { | |||
532 | uint8_t unused2; | 532 | uint8_t unused2; |
533 | MSize sweepstr; /* Sweep position in string table. */ | 533 | MSize sweepstr; /* Sweep position in string table. */ |
534 | GCRef root; /* List of all collectable objects. */ | 534 | GCRef root; /* List of all collectable objects. */ |
535 | GCRef *sweep; /* Sweep position in root list. */ | 535 | MRef sweep; /* Sweep position in root list. */ |
536 | GCRef gray; /* List of gray objects. */ | 536 | GCRef gray; /* List of gray objects. */ |
537 | GCRef grayagain; /* List of objects for atomic traversal. */ | 537 | GCRef grayagain; /* List of objects for atomic traversal. */ |
538 | GCRef weak; /* List of weak tables (to be cleared). */ | 538 | GCRef weak; /* List of weak tables (to be cleared). */ |