From: David Given Date: Thu, 13 Sep 2018 22:04:25 +0000 (+0200) Subject: Make work with clang. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9b0a1c1c10a65c5d4cb725e5958da6ca59eb67d8;p=ack.git Make work with clang. --- 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.