doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / tests / test-rintl.c
index d7f8616..e7cdffb 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of rintl() 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
@@ -33,6 +33,9 @@ SIGNATURE_CHECK (rintl, long double, (long double));
 #include "nan.h"
 #include "macros.h"
 
+#undef INFINITY
+#undef NAN
+
 #define DOUBLE long double
 #define ISNAN isnanl
 #define INFINITY Infinityl ()