From 161b1549f18f9085b79251f01283c6a955bc264b Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 1 May 2002 21:09:30 +0000 Subject: [PATCH] * Oops, a FIXME has crept into the last commit. --- ginac/basic.cpp | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.50.0