Commit 8e208874 by Dave Korn Committed by Dave Korn

cygwin-stdint.h (INTPTR_TYPE): Remove "long".

	* config/i386/cygwin-stdint.h (INTPTR_TYPE):  Remove "long".
	(UINTPTR_TYPE):  Likewise.

From-SVN: r146360
parent a45e580b
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> 2009-04-19 Joseph Myers <joseph@codesourcery.com>
PR c/37481 PR c/37481
......
...@@ -57,6 +57,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -57,6 +57,6 @@ along with GCC; see the file COPYING3. If not see
/* Integer types capable of holding object pointers */ /* Integer types capable of holding object pointers */
#define INTPTR_TYPE "long int" #define INTPTR_TYPE "int"
#define UINTPTR_TYPE "long unsigned int" #define UINTPTR_TYPE "unsigned int"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment