diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2015-03-23 09:41:22 -0500 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-23 21:57:06 +0200 |
commit | 839cba2b144128e7e131f4f1c317d3b8b353b2f0 (patch) | |
tree | 76c5f40fa3437ef3ce66ff792ac680c91eab55e2 /newlib/newlib.hin | |
parent | 380c00f1756b457db87e703cf05240e4e67c1438 (diff) | |
download | cygnal-839cba2b144128e7e131f4f1c317d3b8b353b2f0.tar.gz cygnal-839cba2b144128e7e131f4f1c317d3b8b353b2f0.tar.bz2 cygnal-839cba2b144128e7e131f4f1c317d3b8b353b2f0.zip |
* 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.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 64aa9b329..eadafc8a6 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -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 |