From 839cba2b144128e7e131f4f1c317d3b8b353b2f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Mar 2015 09:41:22 -0500 Subject: * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG. 2013-03-23 Joel Sherrill * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG. --- newlib/newlib.hin | 6 ------ 1 file changed, 6 deletions(-) (limited to 'newlib/newlib.hin') 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 -- cgit v1.2.3