From 073c81c9aa78e89f4835dedf525fc087c36cd804 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 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; -- 2.34.1