/[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.21 by akim, Sun Jun 30 17:33:37 2002 UTC revision 1.22 by akim, Wed Jul 3 10:54:33 2002 UTC
# Line 49  void lalr PARAMS ((void)); Line 49  void lalr PARAMS ((void));
49     together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and     together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
50     TO_STATE of the first of them.  */     TO_STATE of the first of them.  */
51    
52  extern short *goto_map;  typedef short goto_number_t;
53    # define GOTO_NUMBER_MAX ((goto_number_t) INT_MAX)
54    
55    extern goto_number_t *goto_map;
56  extern state_number_t *from_state;  extern state_number_t *from_state;
57  extern state_number_t *to_state;  extern state_number_t *to_state;
58    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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