/[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.8 by akim, Sat Jun 15 18:26:45 2002 UTC revision 1.9 by akim, Mon Jun 17 07:04:24 2002 UTC
# Line 96  Line 96 
96  #line 89 "parse-gram.y"  #line 89 "parse-gram.y"
97  typedef union {  typedef union {
98    symbol_t *symbol;    symbol_t *symbol;
99      symbol_list *list;
100    int integer;    int integer;
101    char *string;    char *string;
102    associativity assoc;    associativity assoc;
103  } yystype;  } yystype;
104  /* Line 1271 of /usr/local/share/bison/bison.simple.  */  /* Line 1271 of /usr/local/share/bison/bison.simple.  */
105  #line 105 "y.tab.h"  #line 106 "y.tab.h"
106  # define YYSTYPE yystype  # define YYSTYPE yystype
107  #endif  #endif
108    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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