]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/_hdtoa-fbsd.c
Libc-498.1.5.tar.gz
[apple/libc.git] / gdtoa / _hdtoa-fbsd.c
index 0476f2ee5fcfe8559b99ad36d5c27765cdc77104..bd25906c9779b7c0497d3631f5f5c663abeca16e 100644 (file)
@@ -210,6 +210,7 @@ __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign,
        return (s0);
 }
 
+#ifndef LDBL_COMPAT
 #if (LDBL_MANT_DIG > DBL_MANT_DIG)
 
 /*
@@ -340,3 +341,4 @@ __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign,
 }
 
 #endif /* (LDBL_MANT_DIG == DBL_MANT_DIG) */
+#endif  /* !LDBL_COMPAT */