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/floatundidf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/floatundidf.c') diff --git a/lib/floatundidf.c b/lib/floatundidf.c index f019d693..708d614a 100644 --- a/lib/floatundidf.c +++ b/lib/floatundidf.c @@ -98,4 +98,4 @@ __floatundidf(du_int a) fb.u.low = (su_int)a; // mantissa-low return fb.f; } -#endif \ No newline at end of file +#endif -- cgit v1.2.3