From 8db3e8067b4559cd87930791cdbeffaa2673658f Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 9 Feb 2001 12:40:22 +0000 Subject: [PATCH] [project @ 2001-02-09 12:40:22 by simonmar] declare __init_PrelMain to match the new prototype for startupHaskell. --- ghc/rts/Main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index f66ecdf..c371764 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.25 2000/06/25 17:25:42 panne Exp $ + * $Id: Main.c,v 1.26 2001/02/09 12:40:22 simonmar Exp $ * * (c) The GHC Team 1998-2000 * @@ -38,7 +38,7 @@ # include #endif -EXTFUN(__init_PrelMain); +extern void __init_PrelMain(void); /* Hack: we assume that we're building a batch-mode system unless * INTERPRETER is set -- 1.7.10.4