X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2F__tandf.c;h=3e632fdf4abce4558b7850b288d9f45c52833449;hp=36a8214ed36a3f2ab0ee1bdd97e3a3e1f83540e1;hb=e216951f509b71da193da2fc63e25b998740d58b;hpb=2c184264eae3797de028403ed1e86c1f7ae5b813 diff --git a/src/math/__tandf.c b/src/math/__tandf.c index 36a8214e..3e632fdf 100644 --- a/src/math/__tandf.c +++ b/src/math/__tandf.c @@ -27,7 +27,7 @@ static const double T[] = { float __tandf(double x, int iy) { - double z,r,w,s,t,u; + double_t z,r,w,s,t,u; z = x*x; /*