From: Richard Kreckel Date: Wed, 1 May 2002 21:09:30 +0000 (+0000) Subject: * Oops, a FIXME has crept into the last commit. X-Git-Tag: release_1-1-0~100 X-Git-Url: https://www.ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=161b1549f18f9085b79251f01283c6a955bc264b;p=ginac.git * Oops, a FIXME has crept into the last commit. --- diff --git a/ginac/basic.cpp b/ginac/basic.cpp index 1b810926..79fab079 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -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. */