Skip to content

Commit

Permalink
Fixes for ROOT-8411. For all macOS do not redefine isnan and include …
Browse files Browse the repository at this point in the history
…math.h
  • Loading branch information
lmoneta committed Oct 31, 2016
1 parent cc5288e commit 79aa780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/mathcore/inc/TMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <math.h>
# ifdef R__SOLARIS_CC50
Expand Down

0 comments on commit 79aa780

Please sign in to comment.