* libc/include/complex.h: Fix "/*" within comment warning.
This commit is contained in:
parent
4b4391b74d
commit
3182cdfaf0
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user