New module 'unicase/u8-casecmp'.
[pspp] / lib / float+.h
index 21ab2d0395a2a5091f50b90fa5e4275c1c0599ed..4de25a941eaced67fc0f5c340c4929fc46592aa8 100644 (file)
 /* Verify that SIZEOF_FLT <= sizeof (float) etc.  */
 typedef int verify_sizeof_flt[2 * (SIZEOF_FLT <= sizeof (float)) - 1];
 typedef int verify_sizeof_dbl[2 * (SIZEOF_DBL <= sizeof (double)) - 1];
-#if HAVE_LONG_DOUBLE
 typedef int verify_sizeof_ldbl[2 * (SIZEOF_LDBL <= sizeof (long double)) - 1];
-#endif
 
 #endif /* _FLOATPLUS_H */