[project @ 1999-06-25 10:29:30 by panne]
authorpanne <unknown>
Fri, 25 Jun 1999 10:29:30 +0000 (10:29 +0000)
committerpanne <unknown>
Fri, 25 Jun 1999 10:29:30 +0000 (10:29 +0000)
Resurrect -funfold-casms-in-hi-file and probably make Sigbjorn go wild
:-)

ghc/driver/ghc-iface.lprl

index 7150536..eb55658 100644 (file)
@@ -282,8 +282,8 @@ sub readHiFile {
                if ($mod eq "old") { $OldVersion{$current_name} = $version; }
 
            } else { # Continuation line
-               print STDERR "$Pgm:junk old iface line?:$_";
-               # $Decl{"$mod:$current_name"} .= $_
+               # print STDERR "$Pgm:junk old iface line?:$_";
+               $Decl{"$mod:$current_name"} .= $_
            }
 
        }