提交 a07b4dc0 编写于 作者: B Bodo Möller

include max. codes in debug output

上级 739a543e
...@@ -195,6 +195,16 @@ while (($hdr, $lib) = each %libinc) ...@@ -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; close IN;
} }
...@@ -237,7 +247,7 @@ foreach $file (@source) { ...@@ -237,7 +247,7 @@ foreach $file (@source) {
} }
close IN; close IN;
} }
print STDERR "\n" if $debug; print STDERR " \n" if $debug;
# Now process each library in turn. # Now process each library in turn.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册