From 7e59a8901d063dbea4eb0693c9c2d85bda1fc5f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 27 May 1998 10:08:34 -0300 Subject: NEW LL(1) PARSER --- lstate.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 06b4aced..21cbef59 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.6 1997/12/17 20:48:58 roberto Exp roberto $ +** $Id: lstate.h,v 1.7 1998/01/09 14:57:43 roberto Exp $ ** Global State ** See Copyright Notice in lua.h */ @@ -57,8 +57,6 @@ typedef struct LState { struct IM *IMtable; /* table for tag methods */ int IMtable_size; /* size of IMtable */ int last_tag; /* last used tag in IMtable */ - struct FuncState *mainState, *currState; /* point to local structs in yacc */ - struct LexState *lexstate; /* point to local struct in yacc */ struct ref *refArray; /* locked objects */ int refSize; /* size of refArray */ unsigned long GCthreshold; -- cgit v1.2.3-55-g6feb