/[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.12 by akim, Thu Jun 20 09:08:37 2002 UTC revision 1.13 by akim, Thu Jun 20 11:10:56 2002 UTC
# Line 97  Line 97 
97    
98    
99  #ifndef YYSTYPE  #ifndef YYSTYPE
100  #line 91 "parse-gram.y"  #line 88 "parse-gram.y"
101  typedef union {  typedef union {
102    symbol_t *symbol;    symbol_t *symbol;
103    symbol_list_t *list;    symbol_list_t *list;
# Line 105  typedef union { Line 105  typedef union {
105    char *string;    char *string;
106    associativity assoc;    associativity assoc;
107  } yystype;  } yystype;
108  /* Line 1313 of /usr/local/share/bison/bison.simple.  */  /* Line 1331 of /usr/local/share/bison/bison.simple.  */
109  #line 110 "y.tab.h"  #line 110 "y.tab.h"
110  # define YYSTYPE yystype  # define YYSTYPE yystype
111  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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