/[bison]/bison/data/bison.simple
ViewVC logotype

Diff of /bison/data/bison.simple

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

revision 1.31 by akim, Tue Jun 11 20:16:05 2002 UTC revision 1.32 by akim, Fri Jun 14 17:29:17 2002 UTC
# Line 193  b4_token_defines(b4_tokens) Line 193  b4_token_defines(b4_tokens)
193  #ifndef YYSTYPE  #ifndef YYSTYPE
194  m4_ifdef([b4_stype],  m4_ifdef([b4_stype],
195  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
196  typedef union b4_stype yystype;],  typedef union b4_stype yystype;
197    /* Line __line__ of __file__.  */
198    #line __oline__ "__ofile__"],
199  [typedef int yystype;])  [typedef int yystype;])
200  # define YYSTYPE yystype  # define YYSTYPE yystype
201  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
# Line 1240  b4_token_defines(b4_tokens) Line 1242  b4_token_defines(b4_tokens)
1242  #ifndef YYSTYPE  #ifndef YYSTYPE
1243  m4_ifdef([b4_stype],  m4_ifdef([b4_stype],
1244  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
1245  typedef union b4_stype yystype;],  typedef union b4_stype yystype;
1246    /* Line __line__ of __file__.  */
1247    #line __oline__ "__ofile__"],
1248  [typedef int yystype;])  [typedef int yystype;])
1249  # define YYSTYPE yystype  # define YYSTYPE yystype
1250  #endif  #endif

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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