]> www.ginac.de Git - ginac.git/commitdiff
* Oops, a FIXME has crept into the last commit.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 1 May 2002 21:09:30 +0000 (21:09 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 1 May 2002 21:09:30 +0000 (21:09 +0000)
ginac/basic.cpp

index 1b8109267179fabd87ec44ed23c7661d5dc5703b..79fab079dbae0ec41bdca0bce87f6629014dad49 100644 (file)
@@ -704,8 +704,6 @@ ex basic::subs(const ex & e, bool no_pattern) const
        return subs(ls, lr, no_pattern);
 }
 
-extern "C" { int putchar(int c); }  // FIXME: removeme
-
 /** Compare objects syntactically to establish canonical ordering.
  *  All compare functions return: -1 for *this less than other, 0 equal,
  *  1 greater. */