no more 'globalbag'

This commit is contained in:
Roberto Ierusalimschy
1997-11-27 13:59:25 -02:00
parent 9e029f98b9
commit ef37c87e93
5 changed files with 5 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lstate.h,v 1.2 1997/11/21 19:00:46 roberto Exp roberto $
** $Id: lstate.h,v 1.3 1997/11/26 20:28:22 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
@@ -66,7 +66,6 @@ typedef struct LState {
int refSize; /* size of refArray */
unsigned long GCthreshold;
unsigned long nblocks; /* number of 'blocks' currently allocated */
TObject globalbag; /* table for generic use by C */
char *Mbuffer; /* global buffer, used by luaM_buffer */
unsigned long Mbuffsize; /* size of Mbuffer */
} LState;