/[bison]/bison/data/bison.c++
ViewVC logotype

Diff of /bison/data/bison.c++

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

revision 1.34 by akim, Tue Jun 11 20:16:05 2002 UTC revision 1.35 by akim, Fri Jun 14 17:29:17 2002 UTC
# Line 145  b4_copyright Line 145  b4_copyright
145  /* Copy the first part of user declarations.  */  /* Copy the first part of user declarations.  */
146  b4_pre_prologue  b4_pre_prologue
147    
148    /* Line __line__ of __file__.  */
149    #line __oline__ "__ofile__"
150    
151  /* Tokens.  */  /* Tokens.  */
152  b4_token_defines(b4_tokens)  b4_token_defines(b4_tokens)
153    
# Line 161  b4_token_defines(b4_tokens) Line 164  b4_token_defines(b4_tokens)
164  #ifndef YYSTYPE  #ifndef YYSTYPE
165  m4_ifdef([b4_stype],  m4_ifdef([b4_stype],
166  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
167  typedef union b4_stype yystype;],  typedef union b4_stype yystype;
168    /* Line __line__ of __file__.  */
169    #line __oline__ "__ofile__"],
170  [typedef int yystype;])  [typedef int yystype;])
171  # define YYSTYPE yystype  # define YYSTYPE yystype
172  #endif  #endif
# Line 169  typedef union b4_stype yystype;], Line 174  typedef union b4_stype yystype;],
174  /* Copy the second part of user declarations.  */  /* Copy the second part of user declarations.  */
175  b4_post_prologue  b4_post_prologue
176    
177    /* Line __line__ of __file__.  */
178  #line __oline__  "__ofile__"  #line __oline__  "__ofile__"
179  #ifndef YYLLOC_DEFAULT  #ifndef YYLLOC_DEFAULT
180  # define YYLLOC_DEFAULT(Current, Rhs, N) \  # define YYLLOC_DEFAULT(Current, Rhs, N) \

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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