X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-rintf.c;h=7bafa2b33fae0c1a923918872841cd06a53ccab8;hb=c9451e3bdc651a742f06b46a450497e59bb5e006;hp=cd8951af9d48b61d076a1f84526bcf749d3b7e5b;hpb=e342ff35944348fd2c2c8d154c639defb6268694;p=gnulib.git diff --git a/tests/test-rintf.c b/tests/test-rintf.c index cd8951af9..7bafa2b33 100644 --- a/tests/test-rintf.c +++ b/tests/test-rintf.c @@ -1,5 +1,5 @@ /* Test of rintf() function. - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 @@ -32,6 +32,9 @@ SIGNATURE_CHECK (rintf, float, (float)); #include "nan.h" #include "macros.h" +#undef INFINITY +#undef NAN + #define DOUBLE float #define ISNAN isnanf #define INFINITY Infinityf ()