[BACK]Return to rcparse.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / binutils

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils/dist/binutils/rcparse.h between version 1.1.1.2 and 1.1.1.2.8.1

version 1.1.1.2, 2011/09/24 22:38:26 version 1.1.1.2.8.1, 2014/08/19 23:52:27
Line 254  typedef union YYSTYPE
Line 254  typedef union YYSTYPE
   rc_rcdata_item *rcdata_item;    rc_rcdata_item *rcdata_item;
   rc_fixed_versioninfo *fixver;    rc_fixed_versioninfo *fixver;
   rc_ver_info *verinfo;    rc_ver_info *verinfo;
     rc_ver_stringtable *verstringtable;
   rc_ver_stringinfo *verstring;    rc_ver_stringinfo *verstring;
   rc_ver_varinfo *vervar;    rc_ver_varinfo *vervar;
   rc_toolbar_item *toobar_item;    rc_toolbar_item *toobar_item;
Line 286  typedef union YYSTYPE
Line 287  typedef union YYSTYPE
   } suni;    } suni;
 }  }
 /* Line 1529 of yacc.c.  */  /* Line 1529 of yacc.c.  */
 #line 290 "rcparse.h"  #line 291 "rcparse.h"
         YYSTYPE;          YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */  # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1  # define YYSTYPE_IS_DECLARED 1

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.8.1

CVSweb <webmaster@jp.NetBSD.org>