From 979cf1594eb369dad1b01c9554e783caed3d5f59 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 5 Jun 1998 09:20:05 +0000 Subject: [PATCH] [project @ 1998-06-05 09:20:05 by simonm] Sigbjorn forgot a semicolon :-) --- ghc/driver/ghc.lprl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 1.7.10.4