added extern declaration for flt_flt2arith()
This commit is contained in:
parent
29152cbf74
commit
073c81c9aa
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue