]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
- Duh, we had some style discussion again...
[ginac.git] / ginac / lst_suppl.cpp
index afc4285e601999923c65c5d19cc483c4833caf01..30699c4722f06331f59e67b7e61910bb8f552011 100644 (file)
 
 #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
 {
-    if (inf==info_flags::list) return 1;
-    return basic::info(inf);
+       if (inf==info_flags::list) return 1;
+       return basic::info(inf);
 }
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC