math: tgammal.c fixes
[oweals/musl.git] / src / math / log2l.c
index 76a7aacd9d6e46a0f8f8ffbf8eb9fc51b6373d46..345b395daf6eafd340122c0c35b96ca6f6c4ee5b 100644 (file)
@@ -108,8 +108,7 @@ static const long double S[4] = {
 
 long double log2l(long double x)
 {
-       long double z;
-       long double y;
+       long double y, z;
        int e;
 
        if (isnan(x))