diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-01-09 22:46:34 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-01-09 22:46:34 +0000 |
commit | 3182cdfaf01ce03611b57d0d31044c125a02d52c (patch) | |
tree | 2b64e9cc075d3fea5fbb8caaeebcb1e07b8c0b60 | |
parent | 4b4391b74d2c3a7c7a6aa1c17e5d664a374fa27a (diff) | |
download | cygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.tar.gz cygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.tar.bz2 cygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.zip |
* libc/include/complex.h: Fix "/*" within comment warning.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/complex.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3641d4810..2b4783c3c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2012-01-09 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * libc/include/complex.h: Fix "/*" within comment warning. + 2012-01-09 Corinna Vinschen <vinschen@redhat.com> * libc/include/process.h: Remove Cygwin-only header. 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); |