aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/cygwin-stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/cygwin-stdint.h')
-rw-r--r--gcc/config/i386/cygwin-stdint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/cygwin-stdint.h b/gcc/config/i386/cygwin-stdint.h
index 53fd7e22a9d..df865f717cb 100644
--- a/gcc/config/i386/cygwin-stdint.h
+++ b/gcc/config/i386/cygwin-stdint.h
@@ -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"