From: eck Date: Mon, 26 Feb 1990 15:39:45 +0000 (+0000) Subject: added extern declaration for flt_flt2arith() X-Git-Tag: release-5-5~1808 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=073c81c9aa78e89f4835dedf525fc087c36cd804;p=ack.git added extern declaration for flt_flt2arith() --- diff --git a/lang/cem/cemcom.ansi/arith.c b/lang/cem/cemcom.ansi/arith.c index aed66945a..00fee355e 100644 --- a/lang/cem/cemcom.ansi/arith.c +++ b/lang/cem/cemcom.ansi/arith.c @@ -30,6 +30,7 @@ extern char *symbol2str(); extern char options[]; +extern arith flt_flt2arith(); arithbalance(e1p, oper, e2p) /* 3.1.2.5 */ register struct expr **e1p, **e2p;