From ef37c87e9333d825838d421e4652076b70c83a72 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Nov 1997 13:59:25 -0200 Subject: no more 'globalbag' --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 83117949..c1005817 100644 --- a/lstate.h +++ b/lstate.h @@ -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; -- cgit v1.2.3-55-g6feb