/[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.18 by akim, Sat Jun 15 18:24:08 2002 UTC revision 1.19 by akim, Sun Jun 30 17:27:34 2002 UTC
# Line 50  void lalr PARAMS ((void)); Line 50  void lalr PARAMS ((void));
50     TO_STATE of the first of them.  */     TO_STATE of the first of them.  */
51    
52  extern short *goto_map;  extern short *goto_map;
53  extern short *from_state;  extern state_number_t *from_state;
54  extern short *to_state;  extern state_number_t *to_state;
55    
56  /* LARULE is a vector which records the rules that need lookahead in  /* LARULE is a vector which records the rules that need lookahead in
57     various states.  The elements of LARULE that apply to state S are     various states.  The elements of LARULE that apply to state S are

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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