]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / tinfos.h
index 77014d93ea12b3cb36a1a76804984f464c683b04..927cf79c5ceb721e53fc13a2553cf6fd361b61b3 100644 (file)
@@ -23,9 +23,7 @@
 #ifndef __GINAC_TINFOS_H__
 #define __GINAC_TINFOS_H__
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 const unsigned TINFO_basic        = 0x00000001U;
 
@@ -70,8 +68,6 @@ const unsigned TINFO_idx          = 0x000d0001U;
 const unsigned TINFO_coloridx     = 0x000d1001U;
 const unsigned TINFO_lorentzidx   = 0x000d1002U;
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_TINFOS_H__