From 7578f80b0cb8c99853a7937b82959d470643a3c1 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. llvm-svn: 77958 --- compiler-rt/lib/muldc3.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compiler-rt/lib/muldc3.c') diff --git a/compiler-rt/lib/muldc3.c b/compiler-rt/lib/muldc3.c index b945e8e3827..3549823c2ef 100644 --- a/compiler-rt/lib/muldc3.c +++ b/compiler-rt/lib/muldc3.c @@ -15,6 +15,10 @@ #include #include +#if !defined(INFINITY) && defined(HUGE_VAL) +#define INFINITY HUGE_VAL +#endif + // Returns: the product of a + ib and c + id double _Complex -- cgit v1.2.3