[project @ 1998-06-05 09:20:05 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 09:20:05 +0000 (09:20 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 09:20:05 +0000 (09:20 +0000)
Sigbjorn forgot a semicolon :-)

ghc/driver/ghc.lprl

index 7fc7d27..df94274 100644 (file)
@@ -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');