summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/lstate.h')
-rw-r--r--apps/plugins/lua/lstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/lstate.h b/apps/plugins/lua/lstate.h
index 94a6249461..82431bc5a9 100644
--- a/apps/plugins/lua/lstate.h
+++ b/apps/plugins/lua/lstate.h
@@ -71,6 +71,7 @@ typedef struct global_State {
71 void *ud; /* auxiliary data to `frealloc' */ 71 void *ud; /* auxiliary data to `frealloc' */
72 lu_byte currentwhite; 72 lu_byte currentwhite;
73 lu_byte gcstate; /* state of garbage collector */ 73 lu_byte gcstate; /* state of garbage collector */
74 lu_byte gcflags; /* flags for the garbage collector */
74 int sweepstrgc; /* position of sweep in `strt' */ 75 int sweepstrgc; /* position of sweep in `strt' */
75 GCObject *rootgc; /* list of all collectable objects */ 76 GCObject *rootgc; /* list of all collectable objects */
76 GCObject **sweepgc; /* position of sweep in `rootgc' */ 77 GCObject **sweepgc; /* position of sweep in `rootgc' */