]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / mul.cpp
index 78f2bd9eb0a3e7e8f12df27243117ff4ce22689c..9155b1a93a17f1f842e6c2fb470a1314be63d28e 100644 (file)
@@ -28,7 +28,9 @@
 #include "power.h"
 #include "debugmsg.h"
 
 #include "power.h"
 #include "debugmsg.h"
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -1014,4 +1016,6 @@ unsigned mul::precedence=50;
 const mul some_mul;
 type_info const & typeid_mul=typeid(some_mul);
 
 const mul some_mul;
 type_info const & typeid_mul=typeid(some_mul);
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE