diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/complex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/complex.h b/newlib/libc/include/complex.h index d5ce5f878..969b20e5f 100644 --- a/newlib/libc/include/complex.h +++ b/newlib/libc/include/complex.h @@ -77,7 +77,7 @@ float complex clogf(float complex); /* 7.3.8 Power and absolute-value functions */ /* 7.3.8.1 The cabs functions */ -/*#ifndef __LIBM0_SOURCE__ +/*#ifndef __LIBM0_SOURCE__ */ /* avoid conflict with historical cabs(struct complex) */ /* double cabs(double complex) __RENAME(__c99_cabs); float cabsf(float complex) __RENAME(__c99_cabsf); |