From 03160920cf51a06bbb4406ec5ddb4f5dd52f0d7c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 28 Nov 1997 14:56:05 -0200 Subject: store "functofind" in stack top, so doesn't need this field in global state. --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index c1005817..9388b444 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.3 1997/11/26 20:28:22 roberto Exp roberto $ +** $Id: lstate.h,v 1.4 1997/11/27 15:59:25 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -51,7 +51,6 @@ typedef struct LState { TObject errorim; /* error tag method */ struct C_Lua_Stack Cblocks[MAX_C_BLOCKS]; int numCblocks; /* number of nested Cblocks */ - TObject *functofind; /* auxiliar */ GCnode rootproto; /* list of all prototypes */ GCnode rootcl; /* list of all closures */ GCnode roottable; /* list of all tables */ -- cgit v1.2.3-55-g6feb