From: sof Date: Thu, 4 Jun 1998 11:21:18 +0000 (+0000) Subject: [project @ 1998-06-04 11:21:18 by sof] X-Git-Tag: Approx_2487_patches~635 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cb42ac5e2d8309ba4ac4da870b79e3fc9a2c37db;p=ghc-hetmet.git [project @ 1998-06-04 11:21:18 by sof] Expose -fallow-overlapping-instances to the world --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d96eac2..7fc7d27 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2895,6 +2895,7 @@ arg: while($_ = $Args[0]) { } next arg; }; + /^-fallow-overlapping-instances$/ && do { push(@HsC_flags, $_); next arg; } /^-fglasgow-exts$/ && do { push(@HsC_flags, $_); push(@HsP_flags, '-N');