X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsignbitl.c;h=9da26c6c1ece34c210218736835876fb7fb6ccbe;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=aabb76b67f2a4d1bb7ff764490ae176037da18e1;hpb=b3fef2a47fcc4c239a618ffd71d55af00650572a;p=gnulib.git diff --git a/lib/signbitl.c b/lib/signbitl.c index aabb76b67..9da26c6c1 100644 --- a/lib/signbitl.c +++ b/lib/signbitl.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-2014 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 "isnanl-nolibm.h" #include "float+.h" +#ifdef gl_signbitl_OPTIMIZED_MACRO +# undef gl_signbitl +#endif + int gl_signbitl (long double arg) {