/[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.30 by akim, Tue Jun 11 08:01:41 2002 UTC revision 1.31 by akim, Tue Jun 11 20:16:05 2002 UTC
# Line 191  b4_token_defines(b4_tokens) Line 191  b4_token_defines(b4_tokens)
191  #endif  #endif
192    
193  #ifndef YYSTYPE  #ifndef YYSTYPE
194  m4_ifdef([b4_stype_line],  m4_ifdef([b4_stype],
195  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
196  ])dnl  typedef union b4_stype yystype;],
197  typedef b4_stype yystype;  [typedef int yystype;])
198  # define YYSTYPE yystype  # define YYSTYPE yystype
199  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
200  #endif  #endif
# Line 1238  m4_if(b4_defines_flag, 0, [], Line 1238  m4_if(b4_defines_flag, 0, [],
1238  b4_token_defines(b4_tokens)  b4_token_defines(b4_tokens)
1239    
1240  #ifndef YYSTYPE  #ifndef YYSTYPE
1241  m4_ifdef([b4_stype_line],  m4_ifdef([b4_stype],
1242  [#line b4_stype_line "b4_filename"  [#line b4_stype_line "b4_filename"
1243  ])dnl  typedef union b4_stype yystype;],
1244  typedef b4_stype  [typedef int yystype;])
 yystype;  
1245  # define YYSTYPE yystype  # define YYSTYPE yystype
1246  #endif  #endif
1247    

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

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