diff mbox

[cygwin] config/i386/cygwin-w64.h: Remove duplicate undef LONG_TYPE_SIZE

Message ID 5348BFE0.8070903@rtems.org
State New
Headers show

Commit Message

Ralf Corsepius April 12, 2014, 4:24 a.m. UTC
Hi,

The patch below addresses what I consider to be an obvious typo in 
gcc/config/i386/cygwin-w64.h on trunk and gcc-4_9-branch

OK to commit to both branches?

Ralf
diff mbox

Patch

2014-04-12  Ralf Corsépius  <ralf.corsepius@rtems.org>

	* config/i386/cygwin-w64.h: Remove duplicate undef LONG_TYPE_SIZE.

Index: gcc/config/i386/cygwin-w64.h
===================================================================
--- gcc/config/i386/cygwin-w64.h	(revision 209333)
+++ gcc/config/i386/cygwin-w64.h	(working copy)
@@ -70,7 +70,6 @@ 
 
 /* Cygwin64 will have a 64-bit long type. */
 #undef LONG_TYPE_SIZE
-#undef LONG_TYPE_SIZE
 #define LONG_TYPE_SIZE (TARGET_64BIT ? 64 : 32)
 
 /* Override default "long long unsigned int" from cygming.h. */