OSDN Git Service

prototype was wrong, change not tested
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 2 Feb 2006 12:12:58 +0000 (12:12 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 2 Feb 2006 12:12:58 +0000 (12:12 -0000)
libm/powerpc/w_scalb.c

index bac99fe..4081360 100644 (file)
@@ -52,7 +52,11 @@ static const double twoToM1022 = 2.225073858507201383e-308;  // 0x1p-1022
 ***********************************************************************/
 
 libm_hidden_proto(scalb)
+#ifdef _SCALB_INT
 double scalb ( double x, int n  )
+#else
+double scalb ( double x, double n  )
+#endif
       {
       DblInHex xInHex;