X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fcomplex.h;h=008b3c7e3b7d6190cb864892aa7b2bad3f1aa2cf;hb=d41cdef9198e635270d30e82be939d4ea0cbce82;hp=4d21728ea919de97592226ae7b3206016eef2974;hpb=a9c2294eef0b4d7e7bcf6155ecb46b25703a80eb;p=musl diff --git a/include/complex.h b/include/complex.h index 4d21728e..008b3c7e 100644 --- a/include/complex.h +++ b/include/complex.h @@ -116,7 +116,7 @@ long double creall(long double complex); #if __STDC_VERSION__ >= 201112L #if defined(_Imaginary_I) -#define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y))) +#define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) #elif defined(__clang__) #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) #else