]> www.ginac.de Git - ginac.git/blobdiff - check/paranoia_check.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / check / paranoia_check.cpp
index c7c50135a3787707e337154746ca7fdb078192f1..1926ada9c244767cf6ef986bc6d7f64cb584c33f 100644 (file)
@@ -25,9 +25,9 @@
 
 #include <ginac/ginac.h>
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 // The very first pair of historic problems had its roots in power.cpp and was
 // finally resolved on April 27th. (Fixing the first on April 23rd actually