From 9743bc8d49edfabbb9a9d60d88142007536ef749 Mon Sep 17 00:00:00 2001 From: eck Date: Mon, 26 Feb 1990 15:39:45 +0000 Subject: [PATCH] added extern declaration for flt_flt2arith() --- lang/cem/cemcom.ansi/arith.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cem/cemcom.ansi/arith.c b/lang/cem/cemcom.ansi/arith.c index aed66945..00fee355 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;