* libc/include/complex.h: Fix "/*" within comment warning.

This commit is contained in:
Yaakov Selkowitz 2012-01-09 22:46:34 +00:00
parent 4b4391b74d
commit 3182cdfaf0
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);