/[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.16 by akim, Thu Dec 27 18:13:31 2001 UTC revision 1.17 by akim, Sat Dec 29 14:18:32 2001 UTC
# Line 133  typedef struct rule_s Line 133  typedef struct rule_s
133    
134  extern struct rule_s *rule_table;  extern struct rule_s *rule_table;
135    
136    /* Table of the symbols, indexed by the symbol number. */
137    extern struct bucket **symbols;
138    
139  /* token translation table: indexed by a token number as returned by  /* token translation table: indexed by a token number as returned by
140     the user's yylex routine, it yields the internal token number used     the user's yylex routine, it yields the internal token number used
141     by the parser and throughout bison.  */     by the parser and throughout bison.  */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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