]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
dummy index renamer uses smaller set of global indices
[ginac.git] / ginac / lst_suppl.cpp
index 36b6d149f0acceed492b73205d22f8cb5adb6ef5..7c0d83fc91c3f5fe03e8f2c41b7c4143482d0509 100644 (file)
@@ -4,7 +4,7 @@
  *  generated. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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);
 }