X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-isnanl.c;h=14b9665428bd4ab8fb53c9ffb107e0ba851c15ed;hb=811627be3732ccbdaaea86b0dafdda1748375671;hp=818c05426d324974adaf9e5eea6e9d353cdd33b7;hpb=d86a29da8c531f7419d39a98e36100a94aca6fd0;p=gnulib.git diff --git a/tests/test-isnanl.c b/tests/test-isnanl.c index 818c05426..14b966542 100644 --- a/tests/test-isnanl.c +++ b/tests/test-isnanl.c @@ -1,10 +1,10 @@ /* Test of isnanl() substitute. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2011 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 @@ -12,25 +12,12 @@ 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. */ + along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include -#if HAVE_LONG_DOUBLE - -#include "isnanl.h" +#include #include "test-isnanl.h" - -#else - -int -main () -{ - return 0; -} - -#endif