From 9b0a1c1c10a65c5d4cb725e5958da6ca59eb67d8 Mon Sep 17 00:00:00 2001 From: David Given Date: Fri, 14 Sep 2018 00:04:25 +0200 Subject: [PATCH] Make work with clang. --- mach/proto/cg/fillem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/proto/cg/fillem.c b/mach/proto/cg/fillem.c index 23c15c66f..25caeb513 100644 --- a/mach/proto/cg/fillem.c +++ b/mach/proto/cg/fillem.c @@ -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. -- 2.34.1