From a8d3aa14fdcbc8c8ee6512bbcb4ad51a488a1e57 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 29 Mar 2010 14:43:14 -0300 Subject: global table now is only kept in the registry --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 17abe10b..caaa70ec 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.57 2010/03/25 19:37:23 roberto Exp roberto $ +** $Id: lstate.h,v 2.58 2010/03/26 20:58:11 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -121,7 +121,6 @@ typedef struct global_State { lu_mem lastmajormem; /* memory in use after last major collection */ stringtable strt; /* hash table for strings */ TValue l_registry; - struct Table *l_gt; /* table of globals */ unsigned short nCcalls; /* number of nested C calls */ lu_byte currentwhite; lu_byte gcstate; /* state of garbage collector */ -- cgit v1.2.3-55-g6feb