From 79aa78087b5d7249814a7db53a318ba980ae10f0 Mon Sep 17 00:00:00 2001 From: Lorenzo Moneta Date: Mon, 31 Oct 2016 14:29:17 +0100 Subject: [PATCH] Fixes for ROOT-8411. For all macOS do not redefine isnan and include math.h --- math/mathcore/inc/TMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mathcore/inc/TMath.h b/math/mathcore/inc/TMath.h index ef15700511f38..5a6a3655046d7 100644 --- a/math/mathcore/inc/TMath.h +++ b/math/mathcore/inc/TMath.h @@ -368,7 +368,7 @@ namespace TMath { #endif #if defined(R__AIX) || defined(R__SOLARIS_CC50) || \ defined(R__HPUX11) || defined(R__GLIBC) || \ - (defined(R__MACOSX) && (defined(__INTEL_COMPILER) || defined(__arm__))) + (defined(R__MACOSX) ) // math functions are defined inline so we have to include them here # include # ifdef R__SOLARIS_CC50