gnulib-tool: Fix indentation of generated gnulib-comp.m4 file.
[gnulib.git] / tests / test-rintf.c
index cd8951a..f22f83f 100644 (file)
@@ -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 ()