[project @ 2002-03-12 16:45:59 by simonmar]
authorsimonmar <unknown>
Tue, 12 Mar 2002 16:45:59 +0000 (16:45 +0000)
committersimonmar <unknown>
Tue, 12 Mar 2002 16:45:59 +0000 (16:45 +0000)
Forced commit: note that the previous revision also improved the error
message for a compiler stack overflow slightly.

ghc/compiler/main/Main.hs

index 30408c1..bfeed98 100644 (file)
@@ -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
 --