]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / inifcns.h
index eaf848832f11e776c55833e01bc130c47863746d..73fff2167cae0314acf09b32f8abbc20d042c9ed 100644 (file)
@@ -26,9 +26,7 @@
 #include "function.h"
 #include "ex.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 /** Absolute value. */
 DECLARE_FUNCTION_1P(abs)
@@ -142,8 +140,6 @@ inline bool is_order_function(const ex & e)
        return is_ex_the_function(e, Order);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_INIFCNS_H__