/[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.6 by akim, Fri Jun 14 17:38:14 2002 UTC revision 1.7 by akim, Sat Jun 15 18:21:11 2002 UTC
# Line 93  Line 93 
93    
94    
95  #ifndef YYSTYPE  #ifndef YYSTYPE
96  #line 74 "parse-gram.y"  #line 89 "parse-gram.y"
97  typedef union {  typedef union {
98    symbol_t *symbol;    symbol_t *symbol;
99    int integer;    int integer;
100    char *string;    char *string;
101    associativity assoc;    associativity assoc;
102  } yystype;  } yystype;
103  /* Line 1271 of /home/akim/src/bison/data/bison.simple.  */  /* Line 1271 of /usr/local/share/bison/bison.simple.  */
104  #line 105 "y.tab.h"  #line 105 "y.tab.h"
105  # define YYSTYPE yystype  # define YYSTYPE yystype
106  #endif  #endif

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