added extern declaration for flt_flt2arith()
authoreck <none@none>
Mon, 26 Feb 1990 15:39:45 +0000 (15:39 +0000)
committereck <none@none>
Mon, 26 Feb 1990 15:39:45 +0000 (15:39 +0000)
lang/cem/cemcom.ansi/arith.c

index aed6694..00fee35 100644 (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;