From 47e8ffc6b79176921802c80e66d54ef84bc29746 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 16 Mar 2014 14:21:09 +0000 Subject: Remove an extra 1 in an #if line Reported by: ian@ --- lib/libc/arm/aeabi/aeabi_vfp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/arm/aeabi/aeabi_vfp.h b/lib/libc/arm/aeabi/aeabi_vfp.h index e3872e5..76c2ff0 100644 --- a/lib/libc/arm/aeabi/aeabi_vfp.h +++ b/lib/libc/arm/aeabi/aeabi_vfp.h @@ -65,7 +65,7 @@ * C Helper macros */ -#if 1 && defined(__FreeBSD_ARCH_armv6__) || (defined(__ARM_ARCH) && __ARM_ARCH >= 6) +#if defined(__FreeBSD_ARCH_armv6__) || (defined(__ARM_ARCH) && __ARM_ARCH >= 6) /* * Generate a function that will either call into the VFP implementation, * or the soft float version for a given __aeabi_* helper. The function -- cgit v1.1