diff --git a/util/mkerr.pl b/util/mkerr.pl index c404a9530..5775b86a4 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -680,7 +680,7 @@ EOF undef %err_reason_strings; } -if($debug && defined(%notrans)) { +if($debug && %notrans) { print STDERR "The following function codes were not translated:\n"; foreach(sort keys %notrans) {