]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_consist.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / check / numeric_consist.cpp
index 3e581f660761550cc4de28997b5675cec6792aac..7d836e303a14b50e7da4c0096d06006839299b56 100644 (file)
@@ -24,9 +24,9 @@
 #include <stdlib.h>
 #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
 
 /* Simple and maybe somewhat pointless consistency tests of assorted tests and
  * conversions. */