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