From d0bf18ef6ff50e8764231537f1052a81ac65b229 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Mar 2002 16:45:59 +0000 Subject: [PATCH] [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. --- ghc/compiler/main/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- -- 1.7.10.4