From 3182cdfaf01ce03611b57d0d31044c125a02d52c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 9 Jan 2012 22:46:34 +0000 Subject: * libc/include/complex.h: Fix "/*" within comment warning. --- newlib/libc/include/complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/complex.h') 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); -- cgit v1.2.3