]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / ginac / lst_suppl.cpp
index afc4285e601999923c65c5d19cc483c4833caf01..8e9d94ef884722e8af77bdd133577841db4bb407 100644 (file)
@@ -23,9 +23,9 @@
 
 #include "lst.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 bool lst::info(unsigned inf) const
 {
@@ -33,6 +33,6 @@ bool lst::info(unsigned inf) const
     return basic::info(inf);
 }
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC