[project @ 2001-02-09 12:40:22 by simonmar]
authorsimonmar <unknown>
Fri, 9 Feb 2001 12:40:22 +0000 (12:40 +0000)
committersimonmar <unknown>
Fri, 9 Feb 2001 12:40:22 +0000 (12:40 +0000)
declare __init_PrelMain to match the new prototype for startupHaskell.

ghc/rts/Main.c

index f66ecdf..c371764 100644 (file)
@@ -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 <windows.h>
 #endif
 
-EXTFUN(__init_PrelMain);
+extern void __init_PrelMain(void);
 
 /* Hack: we assume that we're building a batch-mode system unless 
  * INTERPRETER is set