From 3182cdfaf01ce03611b57d0d31044c125a02d52c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 9 Jan 2012 22:46:34 +0000 Subject: [PATCH] * libc/include/complex.h: Fix "/*" within comment warning. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/complex.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * libc/include/complex.h: Fix "/*" within comment warning. + 2012-01-09 Corinna Vinschen * 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);