X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fadd.cpp;h=86703ddc2b696fda366eed01d7ddcba3fe18216a;hb=956eeb82c513a723e864edefa857133282cf692b;hp=069e3e02865dfe362d8fd05b7b491e442a372717;hpb=1a21a1a5d97950126a8df787302286b6cc1a902c;p=ginac.git diff --git a/ginac/add.cpp b/ginac/add.cpp index 069e3e02..86703ddc 100644 --- a/ginac/add.cpp +++ b/ginac/add.cpp @@ -29,9 +29,9 @@ #include "debugmsg.h" #include "utils.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC GINAC_IMPLEMENT_REGISTERED_CLASS(add, expairseq) @@ -555,6 +555,6 @@ unsigned add::precedence=40; const add some_add; const type_info & typeid_add=typeid(some_add); -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC