X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=36b6d149f0acceed492b73205d22f8cb5adb6ef5;hb=86639cca6eecbdf16ed3a5428351f3bb63804cac;hp=ae8df024a8aeab14b81dfbd3aff2250c8f0b90d0;hpb=383d5eb3b0f0506810d9105a268f939125bfc347;p=ginac.git diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index ae8df024..36b6d149 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -1,7 +1,7 @@ /** @file lst_suppl.cpp * - * Supplement to lst.cpp, contains the parts which were - * not automatically generated. */ + * Supplement to lst.cpp, contains the parts which were not automatically + * generated. */ /* * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany @@ -23,9 +23,7 @@ #include "lst.h" -#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_NAMESPACE_GINAC bool lst::info(unsigned inf) const { @@ -33,6 +31,4 @@ bool lst::info(unsigned inf) const return basic::info(inf); } -#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_NAMESPACE_GINAC