X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fparanoia_check.cpp;h=1926ada9c244767cf6ef986bc6d7f64cb584c33f;hp=f337060233d711414165700a63c3fbf49035b227;hb=956eeb82c513a723e864edefa857133282cf692b;hpb=955cb185a85535ab328ffedbfccdc508ce80fa91 diff --git a/check/paranoia_check.cpp b/check/paranoia_check.cpp index f3370602..1926ada9 100644 --- a/check/paranoia_check.cpp +++ b/check/paranoia_check.cpp @@ -6,7 +6,7 @@ * these oopses for good, so we run those stupid tests... */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ #include -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC // The very first pair of historic problems had its roots in power.cpp and was // finally resolved on April 27th. (Fixing the first on April 23rd actually