X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsignbitl.c;h=c0dd49fa8ab683d1583464ea27a277911adf2b7c;hb=b48afd89ec9be56156d6e2bebfdf457c778fe5c3;hp=c6675fc19b7d2ed3270e200527b9ac3b1e2e75b0;hpb=a9fc1cd7a76bd6289a011c4f0b3206a1e34fa773;p=gnulib.git diff --git a/lib/signbitl.c b/lib/signbitl.c index c6675fc19..c0dd49fa8 100644 --- a/lib/signbitl.c +++ b/lib/signbitl.c @@ -1,19 +1,18 @@ /* 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 + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #include @@ -24,7 +23,9 @@ #include "isnanl-nolibm.h" #include "float+.h" -#undef gl_signbitl +#ifdef gl_signbitl_OPTIMIZED_MACRO +# undef gl_signbitl +#endif int gl_signbitl (long double arg)