Skip to content
Snippets Groups Projects
Commit f7989a6d authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-12-20 10:18:36 by simonpj]

wibble
parent ed974e41
No related merge requests found
......@@ -158,8 +158,6 @@ sub constructNewHiFile {
print NEWHI $Stuff{'new:usages'} unless $Stuff{'new:usages'} eq '';
print NEWHI $Stuff{'new:instances'} unless $Stuff{'new:instances'} eq '';
print STDERR @decl_names ;
foreach $v (@decl_names) {
&printNewItemVersion(NEWHI, $v, $new_module_version, $show_hi_diffs); # Print new version number
print NEWHI $Decl{"new:$v"}; # Print the new decl itself
......
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