From: simonmar Date: Mon, 16 Oct 2000 14:26:26 +0000 (+0000) Subject: [project @ 2000-10-16 14:26:26 by simonmar] X-Git-Tag: Approximately_9120_patches~3570 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5083c7ed8a0c16a99e523ddbd6281f1960af9b7c;p=ghc-hetmet.git [project @ 2000-10-16 14:26:26 by simonmar] can't change pgmC any more --- diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index 4470862..43c9928 100644 --- a/ghc/compiler/main/DriverFlags.hs +++ b/ghc/compiler/main/DriverFlags.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverFlags.hs,v 1.3 2000/10/11 16:26:04 simonmar Exp $ +-- $Id: DriverFlags.hs,v 1.4 2000/10/16 14:26:26 simonmar Exp $ -- -- Driver flags -- @@ -241,7 +241,6 @@ static_flags = ------- Specific phases -------------------------------------------- , ( "pgmL" , HasArg (writeIORef pgm_L) ) , ( "pgmP" , HasArg (writeIORef pgm_P) ) - , ( "pgmC" , HasArg (writeIORef pgm_C) ) , ( "pgmc" , HasArg (writeIORef pgm_c) ) , ( "pgmm" , HasArg (writeIORef pgm_m) ) , ( "pgms" , HasArg (writeIORef pgm_s) )