/[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.33 by akim, Tue May 28 12:09:02 2002 UTC revision 1.34 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 159  b4_token_defines(b4_tokens) Line 159  b4_token_defines(b4_tokens)
159  #endif  #endif
160    
161  #ifndef YYSTYPE  #ifndef YYSTYPE
162  m4_ifdef([b4_stype_line],  m4_ifdef([b4_stype],
163  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
164  ])dnl  typedef union b4_stype yystype;],
165  typedef b4_stype  [typedef int yystype;])
 yystype;  
166  # define YYSTYPE yystype  # define YYSTYPE yystype
167  #endif  #endif
168    

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

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