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