From: panne Date: Fri, 25 Jun 1999 10:29:30 +0000 (+0000) Subject: [project @ 1999-06-25 10:29:30 by panne] X-Git-Tag: Approximately_9120_patches~6081 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3c0c2b28456ba4076e3ceb942825a79c329d62af;p=ghc-hetmet.git [project @ 1999-06-25 10:29:30 by panne] Resurrect -funfold-casms-in-hi-file and probably make Sigbjorn go wild :-) --- diff --git a/ghc/driver/ghc-iface.lprl b/ghc/driver/ghc-iface.lprl index 7150536..eb55658 100644 --- a/ghc/driver/ghc-iface.lprl +++ b/ghc/driver/ghc-iface.lprl @@ -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"} .= $_ } }