maint: update copyright
[gnulib.git] / tests / test-rintf.c
index cd8951a..85241ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of rintf() function.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 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 ()