]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / tinfos.h
index 2c807b124b6ba504f5a41300c6388d0191a744bd..d13e2b958048e546ee033f9b4755a9aa389e29f5 100644 (file)
@@ -23,7 +23,9 @@
 #ifndef __GINAC_TINFOS_H__
 #define __GINAC_TINFOS_H__
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 const unsigned TINFO_basic        = 0x00000001U;
 
@@ -67,6 +69,8 @@ const unsigned TINFO_idx          = 0x000d0001U;
 const unsigned TINFO_coloridx     = 0x000d1001U;
 const unsigned TINFO_lorentzidx   = 0x000d1002U;
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE
 
 #endif // ndef __GINAC_TINFOS_H__