summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_rintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_rintf.c')
-rw-r--r--lib/msun/src/s_rintf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c
index 855442f..4e77aab 100644
--- a/lib/msun/src/s_rintf.c
+++ b/lib/msun/src/s_rintf.c
@@ -8,13 +8,13 @@
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
- * software is freely granted, provided that this notice
+ * software is freely granted, provided that this notice
* is preserved.
* ====================================================
*/
#ifndef lint
-static char rcsid[] = "$Id: s_rintf.c,v 1.2 1994/08/18 23:07:17 jtc Exp $";
+static char rcsid[] = "$Id: s_rintf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $";
#endif
#include "math.h"
@@ -23,7 +23,7 @@ static char rcsid[] = "$Id: s_rintf.c,v 1.2 1994/08/18 23:07:17 jtc Exp $";
#ifdef __STDC__
static const float
#else
-static float
+static float
#endif
TWO23[2]={
8.3886080000e+06, /* 0x4b000000 */
@@ -44,7 +44,7 @@ TWO23[2]={
sx = (i0>>31)&1;
j0 = ((i0>>23)&0xff)-0x7f;
if(j0<23) {
- if(j0<0) {
+ if(j0<0) {
if((i0&0x7fffffff)==0) return x;
i1 = (i0&0x07fffff);
i0 &= 0xfff00000;
OpenPOWER on IntegriCloud