This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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
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. */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]