summaryrefslogtreecommitdiff
path: root/lib/divxc3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/divxc3.c')
-rw-r--r--lib/divxc3.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/divxc3.c b/lib/divxc3.c
index 4ee09b9db..03357ae55 100644
--- a/lib/divxc3.c
+++ b/lib/divxc3.c
@@ -1,15 +1,15 @@
-//===-- divxc3.c - Implement __divxc3 -------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements __divxc3 for the compiler_rt library.
-//
-//===----------------------------------------------------------------------===//
+/* ===-- divxc3.c - Implement __divxc3 -------------------------------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file implements __divxc3 for the compiler_rt library.
+ *
+ */
#if !_ARCH_PPC
@@ -17,7 +17,7 @@
#include <math.h>
#include <complex.h>
-// Returns: the quotient of (a + ib) / (c + id)
+/* Returns: the quotient of (a + ib) / (c + id) */
long double _Complex
__divxc3(long double __a, long double __b, long double __c, long double __d)