Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-10 02:46:34 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-10 02:46:34 +0400
commit3182cdfaf01ce03611b57d0d31044c125a02d52c (patch)
tree2b64e9cc075d3fea5fbb8caaeebcb1e07b8c0b60
parent4b4391b74d2c3a7c7a6aa1c17e5d664a374fa27a (diff)
* libc/include/complex.h: Fix "/*" within comment warning.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/complex.h2
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);