/[bison]/bison/src/lalr.h
ViewVC logotype

Diff of /bison/src/lalr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by akim, Mon Nov 19 10:08:54 2001 UTC revision 1.10 by akim, Wed Dec 5 09:44:26 2001 UTC
# Line 78  typedef struct state_s Line 78  typedef struct state_s
78    /* Its accessing symbol. */    /* Its accessing symbol. */
79    short accessing_symbol;    short accessing_symbol;
80    
81    shifts *shift_table;    shifts     *shifts;
82    reductions *reduction_table;    reductions *reductions;
83      errs       *errs;
84    
85    /* Nonzero if no lookahead is needed to decide what to do in state    /* Nonzero if no lookahead is needed to decide what to do in state
86       S.  */       S.  */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26