summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/fdlibm/e_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/native/fdlibm/e_scalb.c')
-rw-r--r--libjava/classpath/native/fdlibm/e_scalb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/libjava/classpath/native/fdlibm/e_scalb.c b/libjava/classpath/native/fdlibm/e_scalb.c
index 0bb924b43ee..91e9c6ad24d 100644
--- a/libjava/classpath/native/fdlibm/e_scalb.c
+++ b/libjava/classpath/native/fdlibm/e_scalb.c
@@ -1,10 +1,10 @@
-/* @(#)e_scalb.c 5.1 93/09/24 */
+/* @(#)e_scalb.c 1.3 95/01/18 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
- * Developed at SunPro, a Sun Microsystems, Inc. business.
+ * Developed at SunSoft, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided that this notice
* is preserved.
@@ -19,8 +19,6 @@
#include "fdlibm.h"
-#ifndef _DOUBLE_IS_32BITS
-
#ifdef _SCALB_INT
#ifdef __STDC__
double __ieee754_scalb(double x, int fn)
@@ -51,5 +49,3 @@
return scalbn(x,(int)fn);
#endif
}
-
-#endif /* defined(_DOUBLE_IS_32BITS) */