X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisnan.c;h=d9c653dea8387c74ac2f8aa26280276c3459f1b7;hb=13430f1dd9879a79581d9bf903cd87ebcb9d2d6b;hp=92fc2506675d061ca0cc3732e31bb34cc514ecc8;hpb=349d7fe0e307d59d508b3579317ee8d4eacfeb9c;p=gnulib.git diff --git a/lib/isnan.c b/lib/isnan.c index 92fc25066..d9c653dea 100644 --- a/lib/isnan.c +++ b/lib/isnan.c @@ -79,15 +79,7 @@ extern int rpl_isnanf (float x); ((sizeof (DOUBLE) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; -/* The attribute __const__ was added in gcc 2.95. */ -#undef _GL_ATTRIBUTE_CONST -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) -# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) -#else -# define _GL_ATTRIBUTE_CONST /* empty */ -#endif - -int _GL_ATTRIBUTE_CONST +int FUNC (DOUBLE x) { #ifdef KNOWN_EXPBIT0_LOCATION