Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2013-10-14 19:34:06 +02:00
4 changed files with 18 additions and 1 deletions

View File

@@ -494,7 +494,7 @@ typedef struct GCState {
MSize threshold; /* Memory threshold. */
uint8_t currentwhite; /* Current white color. */
uint8_t state; /* GC state. */
uint8_t unused1;
uint8_t nocdatafin; /* No cdata finalizer called. */
uint8_t unused2;
MSize sweepstr; /* Sweep position in string table. */
GCRef root; /* List of all collectable objects. */