}
#
# whole file: COMMENT
print "OK: checking COMMENT.\n" if ($verbose);
if ($whole =~ /\nCOMMENT[+?]?=[ \t]+"/) {
my $lineno = &linenumber($`);
&perror("WARN: $file [$lineno]: COMMENT messages should not ".
"be quoted.");
# whole file: IGNORE
print "OK: checking IGNORE.\n" if ($verbose);