use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
[libm] / src / math / __tanl.c
index 40f9918..f842543 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "libm.h"
 
-#if LD80
+#if LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
 /*
  * ld80 version of __tan.c.  See __tan.c for most comments.
  */