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

Diff of /bison/src/gram.h

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

revision 1.6 by akim, Tue Nov 7 16:28:46 2000 UTC revision 1.7 by akim, Thu Oct 4 14:55:20 2001 UTC
# Line 107  typedef enum Line 107  typedef enum
107    
108  /* token translation table: indexed by a token number as returned by  /* token translation table: indexed by a token number as returned by
109     the user's yylex routine, it yields the internal token number used     the user's yylex routine, it yields the internal token number used
110     by the parser and throughout bison.  If translations is zero, the     by the parser and throughout bison.  */
    translation table is not used because the two kinds of token  
    numbers are the same.  (It is noted in reader.c that "Nowadays  
    translations is always set to 1...") */  
111    
112  extern short *token_translations;  extern short *token_translations;
 extern int translations;  
113  extern int max_user_token_number;  extern int max_user_token_number;
114    
115  /* SEMANTIC_PARSER is nonzero if the input file says to use the hairy  /* SEMANTIC_PARSER is nonzero if the input file says to use the hairy

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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