added extern declaration for flt_flt2arith()
This commit is contained in:
parent
29152cbf74
commit
073c81c9aa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue