diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-27 10:08:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-27 10:08:34 -0300 |
commit | 7e59a8901d063dbea4eb0693c9c2d85bda1fc5f6 (patch) | |
tree | 1834168cd16e821a017e3d8408978f89e6c2ddaf /lstate.h | |
parent | abc6eac404da8181ad945ac6950f61a65ba7dfa5 (diff) | |
download | lua-7e59a8901d063dbea4eb0693c9c2d85bda1fc5f6.tar.gz lua-7e59a8901d063dbea4eb0693c9c2d85bda1fc5f6.tar.bz2 lua-7e59a8901d063dbea4eb0693c9c2d85bda1fc5f6.zip |
NEW LL(1) PARSER
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 1.6 1997/12/17 20:48:58 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 1.7 1998/01/09 14:57:43 roberto Exp $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -57,8 +57,6 @@ typedef struct LState { | |||
57 | struct IM *IMtable; /* table for tag methods */ | 57 | struct IM *IMtable; /* table for tag methods */ |
58 | int IMtable_size; /* size of IMtable */ | 58 | int IMtable_size; /* size of IMtable */ |
59 | int last_tag; /* last used tag in IMtable */ | 59 | int last_tag; /* last used tag in IMtable */ |
60 | struct FuncState *mainState, *currState; /* point to local structs in yacc */ | ||
61 | struct LexState *lexstate; /* point to local struct in yacc */ | ||
62 | struct ref *refArray; /* locked objects */ | 60 | struct ref *refArray; /* locked objects */ |
63 | int refSize; /* size of refArray */ | 61 | int refSize; /* size of refArray */ |
64 | unsigned long GCthreshold; | 62 | unsigned long GCthreshold; |