aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/math/libkvimath.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2017-01-15 05:19:24 -0500
committerGravatar staticfox2017-01-15 05:19:24 -0500
commit3ca863ae0b19ce9ceb30544720193765186e3de6 (patch)
treeecda48f1163122530f94e777f14e63220312693f /src/modules/math/libkvimath.cpp
parentFix typo of incorrect operator usage (diff)
downloadKVIrc-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.cpp2
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);