aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl12
1 files changed, 11 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 030899b7ab..4cb48f9964 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -195,6 +195,16 @@ while (($hdr, $lib) = each %libinc)
}
}
}
+
+ if ($debug) {
+ if (defined($rmax{$lib})) {
+ print STDERR "Max reason code rmax" . "{" . "$lib" . "} = $rmax{$lib}\n";
+ }
+ if (defined($fmax{$lib})) {
+ print STDERR "Max function code fmax" . "{" . "$lib" . "} = $fmax{$lib}\n";
+ }
+ }
+
close IN;
}
@@ -237,7 +247,7 @@ foreach $file (@source) {
}
close IN;
}
-print STDERR "\n" if $debug;
+print STDERR " \n" if $debug;
# Now process each library in turn.