X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FMain.hs;h=20a551ea1ad34fe6ba0bd1b67fa05f6586d87921;hb=d28ba8c800901bea01f70c4719278c2a364cf9fc;hp=c4670a3186566a00d47af5a79aa27c549ca7aa80;hpb=f91a2e4cc88cd71c7e22895df297e5dfcdd66f84;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index c4670a3..20a551e 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.126 2003/06/17 23:26:30 sof Exp $ +-- $Id: Main.hs,v 1.127 2003/06/23 10:35:17 simonpj Exp $ -- -- GHC Driver program -- @@ -160,7 +160,7 @@ main = extra_non_static <- processArgs static_flags (unreg_opts ++ way_opts ++ pkg_extra_opts) [] - -- give the static flags to hsc + -- Give the static flags to hsc static_opts <- buildStaticHscOpts writeIORef v_Static_hsc_opts static_opts