cleanup-misc.patch from patch #6230.
[pspp-builds.git] / src / libpspp / magic.h
index 679c4135c0f42f32a65d5e0b02f9b14b93563d10..f3c247cd44c8d8c54a965f4fbad896fe49195fa2 100644 (file)
 #include <float.h>
 #include <limits.h>
 
-/* Check that the floating-point representation is one that we
-   understand. */
-#ifndef FPREP_IEEE754
-#error Only IEEE-754 floating point currently supported.
-#endif
-
 /* Allows us to specify individual bytes of a double. */
 union cvt_dbl {
   unsigned char cvt_dbl_i[8];