Bruno Haible wrote:
> Yes, you're right. This should fix it:
>
> 2009-04-30 Bruno Haible
>
> Fix bug introduced on 2009-04-25.
> * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
> gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
> * lib/signbitf.c (gl_s
Hi Jim,
> Bruno, as Elbert suggests, it looks like this change from last week is the
> cause:
>
> Avoid link error when creating a namespace clean library.
> * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
> as macro with arguments if already defined
Elbert_Pol wrote:
> On 29-04-09 08:39, Jim Meyering wrote:
> Hello Jim,
> Use Os2 and Gcc 4.4
>
> Thankz for newer build.
> When i do make it fails @ this point in 3 files..
> signbitl.c:27: error: expected identifier or '(' before '{' token
>
> This is same for the file:
> signbitf.c and signbitd.