From 9a3395bdd27e9eb66a77d670a4291c312d65fc26 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 30 Mar 2000 12:04:13 +0000 Subject: [PATCH] [project @ 2000-03-30 12:04:13 by simonmar] update for extra parameter to startupHaskell(). --- ghc/interpreter/hugs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/interpreter/hugs.c b/ghc/interpreter/hugs.c index 93a491b..16fabe2 100644 --- a/ghc/interpreter/hugs.c +++ b/ghc/interpreter/hugs.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: hugs.c,v $ - * $Revision: 1.50 $ - * $Date: 2000/03/28 10:20:55 $ + * $Revision: 1.51 $ + * $Date: 2000/03/30 12:04:13 $ * ------------------------------------------------------------------------*/ #include @@ -235,7 +235,7 @@ String argv[]; { readOptions(fromEnv("STGHUGSFLAGS","")); strncpy(argv_0_orig,argv[0],1000); /* startupHaskell mangles argv[0] */ - startupHaskell (argc,argv); + startupHaskell (argc,argv,NULL); argc = prog_argc; argv = prog_argv; -- 1.7.10.4