diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 13:59:25 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-27 13:59:25 -0200 |
commit | ef37c87e9333d825838d421e4652076b70c83a72 (patch) | |
tree | 2e42a23ae28870e731157feeee14d7808a8b34a6 /lstate.h | |
parent | 9e029f98b9b4859aa30305a0c36e560a085c02a9 (diff) | |
download | lua-ef37c87e9333d825838d421e4652076b70c83a72.tar.gz lua-ef37c87e9333d825838d421e4652076b70c83a72.tar.bz2 lua-ef37c87e9333d825838d421e4652076b70c83a72.zip |
no more 'globalbag'
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 1.2 1997/11/21 19:00:46 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 1.3 1997/11/26 20:28:22 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 | */ |
@@ -66,7 +66,6 @@ typedef struct LState { | |||
66 | int refSize; /* size of refArray */ | 66 | int refSize; /* size of refArray */ |
67 | unsigned long GCthreshold; | 67 | unsigned long GCthreshold; |
68 | unsigned long nblocks; /* number of 'blocks' currently allocated */ | 68 | unsigned long nblocks; /* number of 'blocks' currently allocated */ |
69 | TObject globalbag; /* table for generic use by C */ | ||
70 | char *Mbuffer; /* global buffer, used by luaM_buffer */ | 69 | char *Mbuffer; /* global buffer, used by luaM_buffer */ |
71 | unsigned long Mbuffsize; /* size of Mbuffer */ | 70 | unsigned long Mbuffsize; /* size of Mbuffer */ |
72 | } LState; | 71 | } LState; |