added extern declaration for flt_flt2arith()

This commit is contained in:
eck 1990-02-26 15:39:45 +00:00
parent 29152cbf74
commit 073c81c9aa

View file

@ -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;