math: fix mpfr code for ld80 long double functions
[libc-test] / src / math / tgammal.c
index a0e8db8..a004d6a 100644 (file)
@@ -4,11 +4,11 @@
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/tgammal.h"
-#elif LDBL_MANT_DIG == 64
+#include "sanity/tgamma.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/tgammal.h"
+
 #endif
 };