diff options
Diffstat (limited to 'lstate.h')
| -rw-r--r-- | lstate.h | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -43,8 +43,6 @@ | |||
| 43 | ** 'weak': tables with weak values to be cleared; | 43 | ** 'weak': tables with weak values to be cleared; |
| 44 | ** 'ephemeron': ephemeron tables with white->white entries; | 44 | ** 'ephemeron': ephemeron tables with white->white entries; |
| 45 | ** 'allweak': tables with weak keys and/or weak values to be cleared. | 45 | ** 'allweak': tables with weak keys and/or weak values to be cleared. |
| 46 | ** There is also a list 'protogray' for prototypes that need to have | ||
| 47 | ** their caches cleared. | ||
| 48 | 46 | ||
| 49 | */ | 47 | */ |
| 50 | 48 | ||
| @@ -186,7 +184,6 @@ typedef struct global_State { | |||
| 186 | GCObject *weak; /* list of tables with weak values */ | 184 | GCObject *weak; /* list of tables with weak values */ |
| 187 | GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ | 185 | GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ |
| 188 | GCObject *allweak; /* list of all-weak tables */ | 186 | GCObject *allweak; /* list of all-weak tables */ |
| 189 | GCObject *protogray; /* list of prototypes with "new" caches */ | ||
| 190 | GCObject *tobefnz; /* list of userdata to be GC */ | 187 | GCObject *tobefnz; /* list of userdata to be GC */ |
| 191 | GCObject *fixedgc; /* list of objects not to be collected */ | 188 | GCObject *fixedgc; /* list of objects not to be collected */ |
| 192 | /* fields for generational collector */ | 189 | /* fields for generational collector */ |
