X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverState.hs;h=cc56e9e800327338802127d04593206c4a7e90ad;hb=099c27165f511374eb22c39c2b75d5f8de8ee3a5;hp=2a8c09e9323be2be502ec87b5dccf615d34bc077;hpb=114470474d2e037d16b736354070fa03181e8348;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index 2a8c09e..cc56e9e 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.61 2001/10/26 00:53:27 sof Exp $ +-- $Id: DriverState.hs,v 1.62 2001/12/05 00:08:27 sof Exp $ -- -- Settings for the driver -- @@ -68,10 +68,13 @@ v_Hs_source_cpp_opts = global -- Keep output from intermediate phases GLOBAL_VAR(v_Keep_hi_diffs, False, Bool) GLOBAL_VAR(v_Keep_hc_files, False, Bool) -GLOBAL_VAR(v_Keep_il_files, False, Bool) GLOBAL_VAR(v_Keep_s_files, False, Bool) GLOBAL_VAR(v_Keep_raw_s_files, False, Bool) GLOBAL_VAR(v_Keep_tmp_files, False, Bool) +#ifdef ILX +GLOBAL_VAR(v_Keep_il_files, False, Bool) +GLOBAL_VAR(v_Keep_ilx_files, False, Bool) +#endif -- Misc GLOBAL_VAR(v_Scale_sizes_by, 1.0, Double)