Make work with clang.
authorDavid Given <dg@cowlark.com>
Thu, 13 Sep 2018 22:04:25 +0000 (00:04 +0200)
committerDavid Given <dg@cowlark.com>
Thu, 13 Sep 2018 22:04:25 +0000 (00:04 +0200)
mach/proto/cg/fillem.c

index 23c15c6..25caeb5 100644 (file)
@@ -85,6 +85,7 @@ int regallowed=0;
 extern char em_flag[];
 extern short em_ptyp[];
 extern double atof();
+extern void con_float(void);
 
 /* Own version of atol that continues computing on overflow.
    We don't know that about the ANSI C one.