added extern declaration for flt_flt2arith()
This commit is contained in:
parent
88794bd848
commit
9743bc8d49
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
extern char *symbol2str();
|
extern char *symbol2str();
|
||||||
extern char options[];
|
extern char options[];
|
||||||
|
extern arith flt_flt2arith();
|
||||||
|
|
||||||
arithbalance(e1p, oper, e2p) /* 3.1.2.5 */
|
arithbalance(e1p, oper, e2p) /* 3.1.2.5 */
|
||||||
register struct expr **e1p, **e2p;
|
register struct expr **e1p, **e2p;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user