From a46ee9185912625037c13d89b7758c742127b0cc Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 19 May 2013 23:18:36 +0100 Subject: [PATCH] Fix warning. --HG-- branch : dtrg-videocore --- mach/proto/ncg/fillem.c | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.34.1