/[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.23 by akim, Thu Aug 1 18:12:11 2002 UTC revision 1.24 by eggert, Sat Oct 5 05:46:42 2002 UTC
# Line 55  void lalr_free PARAMS ((void)); Line 55  void lalr_free PARAMS ((void));
55     TO_STATE of the first of them.  */     TO_STATE of the first of them.  */
56    
57  typedef short goto_number_t;  typedef short goto_number_t;
58  # define GOTO_NUMBER_MAX ((goto_number_t) INT_MAX)  # define GOTO_NUMBER_MAX ((goto_number_t) SHRT_MAX)
59    
60  extern goto_number_t *goto_map;  extern goto_number_t *goto_map;
61  extern state_number_t *from_state;  extern state_number_t *from_state;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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