]> www.ginac.de Git - ginac.git/blobdiff - check/inifcns_consist.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / check / inifcns_consist.cpp
index 23c3eb65eaadb2102b34b50c54c40f09b71550d9..34a97b69a9946c6f0453045dfeb8bdda41deebfc 100644 (file)
@@ -23,9 +23,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
 
 /* Some tests on the sine trigonometric function. */
 static unsigned inifcns_consist_sin(void)