From 6c307f0ec927c9eb8bfcee8a4b7f7b8e12ef56be Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 3 Aug 2009 05:59:48 +0000 Subject: Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@77958 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/divxc3.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/divxc3.c') diff --git a/lib/divxc3.c b/lib/divxc3.c index 4ee09b9d..982397f5 100644 --- a/lib/divxc3.c +++ b/lib/divxc3.c @@ -17,6 +17,10 @@ #include #include +#if !defined(INFINITY) && defined(HUGE_VAL) +#define INFINITY HUGE_VAL +#endif + // Returns: the quotient of (a + ib) / (c + id) long double _Complex -- cgit v1.2.3