svn commit: r262308 - projects/clang-sparc64/lib/msun/ld128

Dimitry Andric dim at FreeBSD.org
Fri Feb 21 21:54:36 UTC 2014


Author: dim
Date: Fri Feb 21 21:54:36 2014
New Revision: 262308
URL: http://svnweb.freebsd.org/changeset/base/262308

Log:
  In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a
  warning.

Modified:
  projects/clang-sparc64/lib/msun/ld128/s_expl.c

Modified: projects/clang-sparc64/lib/msun/ld128/s_expl.c
==============================================================================
--- projects/clang-sparc64/lib/msun/ld128/s_expl.c	Fri Feb 21 21:53:23 2014	(r262307)
+++ projects/clang-sparc64/lib/msun/ld128/s_expl.c	Fri Feb 21 21:54:36 2014	(r262308)
@@ -131,7 +131,7 @@ T3 =  0.03125;
 /*
  * Domain [-0.1659, 0.03125], range ~[2.9134e-44, 1.8404e-37]:
  * |(exp(x)-1-x-x**2/2)/x - p(x)| < 2**-122.03
-/*
+ *
  * XXX none of the long double C or D coeffs except C10 is correctly printed.
  * If you re-print their values in %.35Le format, the result is always
  * different.  For example, the last 2 digits in C3 should be 59, not 67.


More information about the svn-src-projects mailing list