* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.

2013-03-23  Joel Sherrill <joel.sherrill@oarcorp.com>

	* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
This commit is contained in:
Joel Sherrill 2015-03-23 09:41:22 -05:00 committed by Corinna Vinschen
parent 380c00f175
commit 839cba2b14
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
2015-03-23 Joel Sherrill <joel.sherrill@oarcorp.com
* configure.in: Delete logic to determine _UINTPTR_EQ_ULONGLONG

View File

@ -61,12 +61,6 @@
/* True if long double supported and it is equal to double. */
#undef _LDBL_EQ_DBL
/* Define if uintptr_t is unsigned long on this architecture */
#undef _UINTPTR_EQ_ULONG
/* Define if uintptr_t is unsigned long long on this architecture */
#undef _UINTPTR_EQ_ULONGLONG
/* Define if ivo supported in streamio. */
#undef _FVWRITE_IN_STREAMIO