X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsignbitd.c;h=7629ff5005f03014bf70080ab792437a6b6a2266;hb=d462d9f08cc8fd534ccae14c878f9c7c18112237;hp=37625fcbf57558ec797efd70e53b7c2f02587501;hpb=b3fef2a47fcc4c239a618ffd71d55af00650572a;p=gnulib.git diff --git a/lib/signbitd.c b/lib/signbitd.c index 37625fcbf..7629ff500 100644 --- a/lib/signbitd.c +++ b/lib/signbitd.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-2012 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 "isnand-nolibm.h" #include "float+.h" +#ifdef gl_signbitd_OPTIMIZED_MACRO +# undef gl_signbitd +#endif + int gl_signbitd (double arg) {