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

Diff of /bison/src/parse-gram.h

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

revision 1.17 by akim, Tue Jul 9 09:43:22 2002 UTC revision 1.18 by akim, Tue Jul 9 14:48:01 2002 UTC
# Line 128  Line 128 
128    
129    
130  #ifndef YYSTYPE  #ifndef YYSTYPE
131  #line 88 "parse-gram.y"  #line 89 "parse-gram.y"
132  typedef union {  typedef union {
133    symbol_t *symbol;    symbol_t *symbol;
134    symbol_list_t *list;    symbol_list_t *list;
# Line 136  typedef union { Line 136  typedef union {
136    char *string;    char *string;
137    associativity assoc;    associativity assoc;
138  } yystype;  } yystype;
139  /* Line 1271 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */  /* Line 1271 of /usr/local/share/bison/yacc.c.  */
140  #line 141 "y.tab.h"  #line 141 "y.tab.h"
141  # define YYSTYPE yystype  # define YYSTYPE yystype
142  #endif  #endif

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

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