X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fldexpf.c;h=cc0e23f5c2b1726a231fb95d325c2b595ebe01e1;hb=3feaa322fdec8f8a45ec19a260103f11a12891e3;hp=9fb870f960043d228dff1a6f92b33c9da71e8329;hpb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;p=libc-test diff --git a/src/math/ldexpf.c b/src/math/ldexpf.c index 9fb870f..cc0e23f 100644 --- a/src/math/ldexpf.c +++ b/src/math/ldexpf.c @@ -11,7 +11,7 @@ static struct fi_f t[] = { int main(void) { #pragma STDC FENV_ACCESS ON - double y; + float y; float d; int e, i, err = 0; struct fi_f *p;