bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'isnan-nolibm'


From: Paul Eggert
Subject: Re: new module 'isnan-nolibm'
Date: Sun, 25 Feb 2007 09:16:21 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Solaris 10:  isnan() is a function, defined in libc

Not that this affects the conclusion, but the Solaris isnan is present
only for legacy apps.  On Solaris 10 isnan is a macro that expands to
__builtin_isnan, and __builtin_isnan is done inline.

The isnan function is not normally declared; you have to ask for it by
compiling in pre-C99 mode and setting some flag or another (I don't
know which).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]