X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsignbitf.c;h=becc7e0c4eed2bdb3c1b13dc1055f79e1f861765;hb=3a59228aa9e83e507b62eb5281817accccee72ba;hp=8b0f93c9e9c6ce70004ee0ba447b516b3b59d7dd;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/signbitf.c b/lib/signbitf.c index 8b0f93c9e..becc7e0c4 100644 --- a/lib/signbitf.c +++ b/lib/signbitf.c @@ -1,5 +1,5 @@ /* signbit() macro: Determine the sign bit of a floating-point number. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,10 +20,12 @@ #include #include -#include "isnanf.h" +#include "isnanf-nolibm.h" #include "float+.h" -#undef gl_signbitf +#ifdef gl_signbitf_OPTIMIZED_MACRO +# undef gl_signbitf +#endif int gl_signbitf (float arg)