aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/math/libkvimath.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Uzhva2007-07-05 09:16:45 +0000
committerGravatar Alexey Uzhva2007-07-05 09:16:45 +0000
commit134c12759e236fac24c9724b6ef3aaefde6830f7 (patch)
treef86b36fb7949816dde44e5cd8ee898d112706854 /src/modules/math/libkvimath.cpp
parentfixed font saving in qt4 kvirc (diff)
downloadKVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.gz
KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.bz2
KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.zip
undoing, sorry
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@646 17fca916-40b9-46aa-a4ea-0a15b648b75c
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 192eb9418..af7152c96 100644
--- a/src/modules/math/libkvimath.cpp
+++ b/src/modules/math/libkvimath.cpp
@@ -50,7 +50,7 @@ static bool __fncname(KviKvsModuleFunctionCall * c) \
return true; \
}
-#if defined(COMPILE_ON_WINDOWS) && !defined(__GNUC__)
+#ifdef COMPILE_ON_WINDOWS
// dobbiamo testare meglio, i risultati.
static double cbrt(double x)
{