Skip to content
Snippets Groups Projects
Commit b4d4a80e authored by sof's avatar sof
Browse files

[project @ 1997-08-25 21:29:23 by sof]

Removed the printing of foo: unchanged msgs; fixed up printing of hi-diffs
parent c7bf1c37
No related merge requests found
......@@ -302,13 +302,13 @@ sub printNewItemVersion {
} elsif ($idecl ne $Decl{"old:$item"}) { # Old decl differs from new decl
local($odecl) = $Decl{"old:$item"};
if ($show_hi_diffs) {print STDERR "changed: $item\nOld: $odeclNew: $idecl";}
if ($show_hi_diffs) {print STDERR "changed: $item\nOld: $odecl", "New: $idecl";}
print $hifile "--old: ", $OldVersion{"$item"}, " $odecl"
if $Keep_HiDiffs; # show old in interface file
print $hifile "$mod_version "; # Use module version
} else { # Identical decls, so use old version number
if ($show_hi_diffs) {print STDERR "$item: unchanged\n";}
#if ($show_hi_diffs) {print STDERR "$item: unchanged\n";}
print $hifile $OldVersion{"$item"}, " ";
}
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment