X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftgmath.h;h=5b65e21ff9262909509fdc871ba4abf600ca83ff;hp=a181ef00dcc5bdd4b92bf2f61401d174368dfeba;hb=ea544bfe808ef74c6d1727312069c12dd1c5c150;hpb=132f0a00831d3b64cc6ae35df69d6865516c64b5 diff --git a/include/tgmath.h b/include/tgmath.h index a181ef00..5b65e21f 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -230,7 +230,7 @@ sizeof(double) == sizeof(long double) #define lrint(x) __tg_real(lrint, (x)) #define lround(x) __tg_real(lround, (x)) #define nearbyint(x) __tg_real(nearbyint, (x)) -#define nextafter(x,y) __tg_real_2(nextafter, (x), (y) +#define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) #define pow(x,y) __tg_real_complex_pow((x), (y)) #define remainder(x,y) __tg_real_2(remainder, (x), (y))