X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffloat%2B.h;h=4de25a941eaced67fc0f5c340c4929fc46592aa8;hb=665a8a0fca396d67dfed85580a48178df8b4a60e;hp=21ab2d0395a2a5091f50b90fa5e4275c1c0599ed;hpb=a9e638f0e4d6928c12f2b374bc369bb1ecf2cdfe;p=gnulib.git diff --git a/lib/float+.h b/lib/float+.h index 21ab2d039..4de25a941 100644 --- a/lib/float+.h +++ b/lib/float+.h @@ -143,8 +143,6 @@ /* 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 */