Re: Confused aboth math.in.h

2014-11-24 Thread Pádraig Brady
On 24/11/14 11:21, Gisle Vanem wrote: > Pádraig Brady wrote: > >>> I assume if some vendor have 'cosf' it should be undefined >>> before Gnulib is trying to override or replace it. Not vice >>> versa. So shouldn't this be: >>># if @HAVE_COSF@ || @REPLACE_COSF@ >>># undef cosf >> >> Well a

Re: Confused aboth math.in.h

2014-11-24 Thread Gisle Vanem
Pádraig Brady wrote: I assume if some vendor have 'cosf' it should be undefined before Gnulib is trying to override or replace it. Not vice versa. So shouldn't this be: # if @HAVE_COSF@ || @REPLACE_COSF@ # undef cosf Well all the ...f() variants seem to be treated like this: acosf() cos