From: simonmar Date: Tue, 12 Mar 2002 16:45:59 +0000 (+0000) Subject: [project @ 2002-03-12 16:45:59 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2277 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d0bf18ef6ff50e8764231537f1052a81ac65b229;p=ghc-hetmet.git [project @ 2002-03-12 16:45:59 by simonmar] Forced commit: note that the previous revision also improved the error message for a compiler stack overflow slightly. --- diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 30408c1..bfeed98 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fno-warn-incomplete-patterns -optc-DNON_POSIX_SOURCE #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.98 2002/03/12 16:40:57 simonmar Exp $ +-- $Id: Main.hs,v 1.99 2002/03/12 16:45:59 simonmar Exp $ -- -- GHC Driver program --