diff --git a/util/mkerr.pl b/util/mkerr.pl index 2c99467d3..aec401c77 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -769,7 +769,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) {