]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
* Fix CLN output of a-2. (Chris Dams)
[ginac.git] / ginac / lst_suppl.cpp
index 36b6d149f0acceed492b73205d22f8cb5adb6ef5..13438c5d00be23d2361992383cecb6483adfc9ad 100644 (file)
@@ -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);
 }