From: David Given Date: Sun, 19 May 2013 22:18:36 +0000 (+0100) Subject: Fix warning. X-Git-Tag: release-6-0-pre-5~10^2~69 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a46ee91;p=ack.git Fix warning. --HG-- branch : dtrg-videocore --- diff --git a/mach/proto/ncg/fillem.c b/mach/proto/ncg/fillem.c index 8838d8f9c..516239b3d 100644 --- a/mach/proto/ncg/fillem.c +++ b/mach/proto/ncg/fillem.c @@ -82,6 +82,8 @@ extern char em_flag[]; extern short em_ptyp[]; extern double atof(); +void prolog(full nlocals); + /* Own version of atol that continues computing on overflow. We don't know that about the ANSI C one. */