]> www.ginac.de Git - ginac.git/blobdiff - ginac/utils.cpp
- Fixed "unterminated sed command".
[ginac.git] / ginac / utils.cpp
index d54c046a547629b86bfd972419690f450f14db03..f82addff4328eceffab6fe3d9d522096f7f80cac 100644 (file)
@@ -25,9 +25,9 @@
 #include "numeric.h"
 #include "utils.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 /** Integer binary logarithm */
 unsigned log2(unsigned n)
@@ -786,6 +786,6 @@ const ex & _ex120(void)
 // none
 
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC