diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_tanl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_tanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_tanl.c b/sysdeps/ieee754/ldbl-128/s_tanl.c index 3d676317df..cd7b258616 100644 --- a/sysdeps/ieee754/ldbl-128/s_tanl.c +++ b/sysdeps/ieee754/ldbl-128/s_tanl.c @@ -50,7 +50,7 @@ _Float128 __tanl(_Float128 x) { - _Float128 y[2],z=0.0L; + _Float128 y[2],z=0; int64_t n, ix; /* High word of x. */ |