From bd4ebf1353e23dc63b3fb605ca07eaf76f9fe847 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 3 Aug 2008 15:50:57 +0200 Subject: [PATCH] Fxed typo. --- src/c/num_sfun.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/num_sfun.d b/src/c/num_sfun.d index 98ab176e8..2adddba29 100644 --- a/src/c/num_sfun.d +++ b/src/c/num_sfun.d @@ -602,7 +602,7 @@ cl_cos(cl_object x) * when the argument is pi/4. It is 2008 and this has not yet been * solved. */ -#if defined(__amd64__) && defined(__GLIBC_) +#if defined(__amd64__) && defined(__GLIBC__) # ifdef tanf # undef tanf # endif