X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnexttoward.c;fp=src%2Fmath%2Fnexttoward.c;h=d56cfeac1f700782f4daa44d64d0d35c863a0f42;hb=3feaa322fdec8f8a45ec19a260103f11a12891e3;hp=f03a094cde583dfc41f631af7709a8db7572eaca;hpb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;p=libc-test diff --git a/src/math/nexttoward.c b/src/math/nexttoward.c index f03a094..d56cfea 100644 --- a/src/math/nexttoward.c +++ b/src/math/nexttoward.c @@ -18,7 +18,7 @@ static struct ll_l t[] = { int main(void) { #pragma STDC FENV_ACCESS ON - long double y; + double y; float d; int e, i, err = 0; struct ll_l *p;