Print this page

        

@@ -69,11 +69,11 @@
 #define T0 q[9]
 #define T1 q[10]
 
 float
 __k_tanf(double x, int n) {
-        float ft;
+        float ft = 0.0;
         double z, w;
         int ix;
 
         ix = ((int *) &x)[HIWORD] & ~0x80000000;        /* ix = leading |x| */
         /* small argument */