X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ffail.h;h=9d87d1bcafa381b6c0001a59aefec0764cc27145;hb=95f3dcd0705c227dd2be3cf8b340afc14c186d5a;hp=9a0a3ffee792c30404c79a5450ebe5ea35ebee5b;hpb=dbb36db8d02b2c25af6bbfff8135112637936e1f;p=ginac.git diff --git a/ginac/fail.h b/ginac/fail.h index 9a0a3ffe..9d87d1bc 100644 --- a/ginac/fail.h +++ b/ginac/fail.h @@ -26,9 +26,9 @@ #include "basic.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC class fail : public basic { @@ -71,8 +71,8 @@ protected: extern const fail some_fail; extern const type_info & typeid_fail; -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_FAIL_H__