diff options
| author | 2017-01-15 05:19:24 -0500 | |
|---|---|---|
| committer | 2017-01-15 05:19:24 -0500 | |
| commit | 3ca863ae0b19ce9ceb30544720193765186e3de6 (patch) | |
| tree | ecda48f1163122530f94e777f14e63220312693f /src/modules/math/libkvimath.cpp | |
| parent | Fix typo of incorrect operator usage (diff) | |
| download | KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.tar.gz KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.tar.bz2 KVIrc-3ca863ae0b19ce9ceb30544720193765186e3de6.zip | |
OS X is dead, long live macOS
Diffstat (limited to 'src/modules/math/libkvimath.cpp')
| -rw-r--r-- | src/modules/math/libkvimath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp index e85b9ff16..dc9814b5c 100644 --- a/src/modules/math/libkvimath.cpp +++ b/src/modules/math/libkvimath.cpp @@ -29,7 +29,7 @@ #include <cmath> // Workaround for lost isnan and isinf definitions after -// inclusion of iostream.h on some MacOS X systems +// inclusion of iostream.h on some macOS systems #ifdef COMPILE_ON_MAC #ifndef isnan extern "C" int isnan(double); |
