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 c0817663..d8b69641 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -595,7 +595,7 @@ typedef struct GCState { | |||
595 | GCSize threshold; /* Memory threshold. */ | 595 | GCSize threshold; /* Memory threshold. */ |
596 | uint8_t currentwhite; /* Current white color. */ | 596 | uint8_t currentwhite; /* Current white color. */ |
597 | uint8_t state; /* GC state. */ | 597 | uint8_t state; /* GC state. */ |
598 | uint8_t nocdatafin; /* No cdata finalizer called. */ | 598 | uint8_t unused0; |
599 | #if LJ_64 | 599 | #if LJ_64 |
600 | uint8_t lightudnum; /* Number of lightuserdata segments - 1. */ | 600 | uint8_t lightudnum; /* Number of lightuserdata segments - 1. */ |
601 | #else | 601 | #else |