From: simonmar Date: Wed, 14 Jul 1999 13:38:27 +0000 (+0000) Subject: [project @ 1999-07-14 13:38:27 by simonmar] X-Git-Tag: Approximately_9120_patches~5990 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cae7e8ce5c4f627277e1c01bcac22b523ede857c [project @ 1999-07-14 13:38:27 by simonmar] use shutdownHaskellAndExit(). --- diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 7c16989..6ed8ac2 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.9 1999/07/06 15:05:49 sof Exp $ + * $Id: Main.c,v 1.10 1999/07/14 13:38:27 simonmar Exp $ * * (c) The GHC Team 1998-1999 * @@ -77,8 +77,7 @@ int main(int argc, char *argv[]) case Interrupted: /* carry on */ } - shutdownHaskell(); - stg_exit(EXIT_SUCCESS); + shutdownHaskellAndExit(EXIT_SUCCESS); } # endif /* BATCH_MODE */