]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin-stdint.h (INTPTR_TYPE): Remove "long".
authorDave Korn <dave.korn.cygwin@gmail.com>
Sun, 19 Apr 2009 21:15:01 +0000 (21:15 +0000)
committerDave Korn <davek@gcc.gnu.org>
Sun, 19 Apr 2009 21:15:01 +0000 (21:15 +0000)
* config/i386/cygwin-stdint.h (INTPTR_TYPE):  Remove "long".
(UINTPTR_TYPE):  Likewise.

From-SVN: r146360

gcc/ChangeLog
gcc/config/i386/cygwin-stdint.h

index 6b4517977403944a3f8c0427b0cc563677bc9075..bad6c39ce9c07294ef9cf5b032c75409982e4f4b 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-19  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/i386/cygwin-stdint.h (INTPTR_TYPE):  Remove "long".
+       (UINTPTR_TYPE):  Likewise.
+
 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
 
        PR c/37481
index 53fd7e22a9d2489d0bd2bb8dec04806819f16f38..df865f717cbf76d3ea62b4513ba14c9ac60b46ec 100644 (file)
@@ -57,6 +57,6 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Integer types capable of holding object pointers */
 
-#define INTPTR_TYPE "long int"
-#define UINTPTR_TYPE "long unsigned int"
+#define INTPTR_TYPE "int"
+#define UINTPTR_TYPE "unsigned int"