Fix warning.
authorDavid Given <dg@cowlark.com>
Sun, 19 May 2013 22:18:36 +0000 (23:18 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 19 May 2013 22:18:36 +0000 (23:18 +0100)
--HG--
branch : dtrg-videocore

mach/proto/ncg/fillem.c

index 8838d8f..516239b 100644 (file)
@@ -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.
 */