Stop perl warning.

This commit is contained in:
Dr. Stephen Henson 2005-04-19 18:57:17 +00:00
parent 987bebaf8c
commit 40e950aed6

View File

@ -432,7 +432,11 @@ sub do_defs
print STDERR "DEBUG: parsing ----------\n" if $debug;
while(<IN>) {
last if (/\/\* Error codes for the \w+ functions\. \*\//);
if (/\/\* Error codes for the \w+ functions\. \*\//)
{
undef @tag;
last;
}
if ($line ne '') {
$_ = $line . $_;
$line = '';