2004-06-16 James E Wilson PR c++/14808 * config/i386/cygwin.h (TARGET_IS_PE_COFF): Delete duplicate macro. Index: cygwin.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/i386/cygwin.h,v retrieving revision 1.85.10.1 diff -p -r1.85.10.1 cygwin.h *** cygwin.h 8 Jun 2004 06:30:13 -0000 1.85.10.1 --- cygwin.h 16 Jun 2004 22:58:11 -0000 *************** Boston, MA 02111-1307, USA. */ *** 22,29 **** #define TARGET_VERSION fprintf (stderr, " (x86 Cygwin)"); - #define TARGET_IS_PE_COFF 1 - #define EXTRA_OS_CPP_BUILTINS() /* Nothing. */ #undef CPP_SPEC --- 22,27 ----