summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-09 22:46:34 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-09 22:46:34 +0000
commit3182cdfaf01ce03611b57d0d31044c125a02d52c (patch)
tree2b64e9cc075d3fea5fbb8caaeebcb1e07b8c0b60 /newlib/libc/include
parent4b4391b74d2c3a7c7a6aa1c17e5d664a374fa27a (diff)
downloadcygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.tar.gz
cygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.tar.bz2
cygnal-3182cdfaf01ce03611b57d0d31044c125a02d52c.zip
* libc/include/complex.h: Fix "/*" within comment warning.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/complex.h2
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);