X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=13438c5d00be23d2361992383cecb6483adfc9ad;hp=36b6d149f0acceed492b73205d22f8cb5adb6ef5;hb=5ee44dd79aa73563b4872c6e22d5338266f1adc0;hpb=4e3a4ac2bcb0837611ea31bc8fc05d84a20c33ac diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 36b6d149..13438c5d 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -4,7 +4,7 @@ * generated. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 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 @@ -27,7 +27,7 @@ namespace GiNaC { bool lst::info(unsigned inf) const { - if (inf==info_flags::list) return 1; + if (inf==info_flags::list) return true; return basic::info(inf); }