X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsignbitf.c;h=3ec472f1a877f194db378cd7e9c1f2d14c1787d6;hb=1a6fbdd7d28dff1868c5eb0baf0029b27e42526a;hp=d539dbee8d13bec23e921907bf0c5aa3680dfb4c;hpb=b3fef2a47fcc4c239a618ffd71d55af00650572a;p=gnulib.git diff --git a/lib/signbitf.c b/lib/signbitf.c index d539dbee8..3ec472f1a 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, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 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 @@ -23,6 +23,10 @@ #include "isnanf-nolibm.h" #include "float+.h" +#ifdef gl_signbitf_OPTIMIZED_MACRO +# undef gl_signbitf +#endif + int gl_signbitf (float arg) {