]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns_gamma.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / inifcns_gamma.cpp
index 5610d48eb14c010a159bbb537cd0a189b80a9717..2fd58cce517fe04d66c8bf158aa95878de6635ea 100644 (file)
@@ -31,7 +31,9 @@
 #include "power.h"
 #include "symbol.h"
 
 #include "power.h"
 #include "symbol.h"
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 //////////
 // Gamma-function
 
 //////////
 // Gamma-function
@@ -197,4 +199,6 @@ static ex psi2_diff(ex const & n, ex const & x, unsigned diff_param)
 
 const unsigned function_index_psi2 = function::register_new("psi", psi2_eval, psi2_evalf, psi2_diff, NULL);
 
 
 const unsigned function_index_psi2 = function::register_new("psi", psi2_eval, psi2_evalf, psi2_diff, NULL);
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE