Re: Confused aboth math.in.h

2014-11-22 Thread Pádraig Brady
On 22/11/14 20:53, Gisle Vanem wrote: > I'm trying to understand the logic behind the generation > of some statements in math.h (from math.in.h). The MSVC > compiler has cosf() defined as a macro in it's : > #define cosf(x) ((float)cos((double)(x))) > > (for x86,C). Then how is Gnulib suppos

Confused aboth math.in.h

2014-11-22 Thread Gisle Vanem
I'm trying to understand the logic behind the generation of some statements in math.h (from math.in.h). The MSVC compiler has cosf() defined as a macro in it's : #define cosf(x) ((float)cos((double)(x))) (for x86,C). Then how is Gnulib supposed to replace that? Since no matter what's put in

Re: [PATCH] pipe-filter-gi, pipe-filter-ii: port to AIX

2014-11-22 Thread Daiki Ueno
Daiki Ueno writes: > On AIX 7.1, 'select' is defined as static and cannot be referred > from inline function. > * lib/pipe-filter-aux.h (nointr_select): Remove, manually expand > the definition... > * lib/pipe-filter-gi.c (filter_loop): ...here, and... > * lib/pipe-filter-ii.c (pipe_filter_ii_exe