[project @ 1999-06-25 10:29:30 by panne]
[ghc-hetmet.git] / 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"} .= $_
            }
 
        }