]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.cpp
- numeric::to_rational(): fixed thinko.
[ginac.git] / ginac / registrar.cpp
index fc54830230016f1e4146656ae9e0155033124cb1..f95b20131989c29e26b02366f1c8d62a67308665 100644 (file)
@@ -25,9 +25,9 @@
 
 #include "registrar.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 registered_class_info *first_registered_class = NULL;
 
@@ -56,6 +56,6 @@ unarch_func find_unarch_func(const string &class_name)
 }
 
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC