From: simonm Date: Fri, 5 Jun 1998 09:20:05 +0000 (+0000) Subject: [project @ 1998-06-05 09:20:05 by simonm] X-Git-Tag: Approx_2487_patches~632 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=979cf1594eb369dad1b01c9554e783caed3d5f59;p=ghc-hetmet.git [project @ 1998-06-05 09:20:05 by simonm] Sigbjorn forgot a semicolon :-) --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 7fc7d27..df94274 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2895,7 +2895,8 @@ arg: while($_ = $Args[0]) { } next arg; }; - /^-fallow-overlapping-instances$/ && do { push(@HsC_flags, $_); next arg; } + /^-fallow-overlapping-instances$/ && do { push(@HsC_flags, $_); + next arg; }; /^-fglasgow-exts$/ && do { push(@HsC_flags, $_); push(@HsP_flags, '-N');