stdint: avoid HP-UX 10.20 preprocessor bug
[gnulib.git] / tests / test-floor2.c
index e239199..971f24a 100644 (file)
@@ -144,7 +144,7 @@ check (double x)
 int
 main ()
 {
-#if UINT64_MAX
+#ifdef UINT64_MAX
   unsigned int highbits;
   unsigned int lowbits;
   int error = 0;