From: simonmar Date: Fri, 9 Feb 2001 12:40:22 +0000 (+0000) Subject: [project @ 2001-02-09 12:40:22 by simonmar] X-Git-Tag: Approximately_9120_patches~2700 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8db3e8067b4559cd87930791cdbeffaa2673658f;p=ghc-hetmet.git [project @ 2001-02-09 12:40:22 by simonmar] declare __init_PrelMain to match the new prototype for startupHaskell. --- 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