diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.57 2010/03/25 19:37:23 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.58 2010/03/26 20:58:11 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -121,7 +121,6 @@ typedef struct global_State { | |||
121 | lu_mem lastmajormem; /* memory in use after last major collection */ | 121 | lu_mem lastmajormem; /* memory in use after last major collection */ |
122 | stringtable strt; /* hash table for strings */ | 122 | stringtable strt; /* hash table for strings */ |
123 | TValue l_registry; | 123 | TValue l_registry; |
124 | struct Table *l_gt; /* table of globals */ | ||
125 | unsigned short nCcalls; /* number of nested C calls */ | 124 | unsigned short nCcalls; /* number of nested C calls */ |
126 | lu_byte currentwhite; | 125 | lu_byte currentwhite; |
127 | lu_byte gcstate; /* state of garbage collector */ | 126 | lu_byte gcstate; /* state of garbage collector */ |