提交 40e950ae 编写于 作者: D Dr. Stephen Henson

Stop perl warning.

上级 987bebaf
......@@ -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 = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册