Update build system to Autoconf 2.58, Automake 1.7, gettext 0.12.1.
[pspp-builds.git] / src / magic.c
index d114a9129bc8865d75532d9ba4e834a3a4cd0192..8357c85c2d83f162376de04c01d5c59fca0f78eb 100644 (file)
@@ -26,8 +26,7 @@
 int endian;
 #endif
 
-#ifndef SECOND_LOWEST_VALUE
-/* "Second lowest" value for a flt64; that is, (-FLT64_MAX) + epsilon. */
-double second_lowest_value;
+/* magic.h */
+#ifndef __GNUC__
+union cvt_dbl second_lowest_value_union = {SECOND_LOWEST_BYTES};
 #endif
-