提交 8aa36bca 编写于 作者: D Dr. Stephen Henson

In mkdef.pl ignore trailing whitespace in #ifdef lines

上级 485e30db
......@@ -479,7 +479,7 @@ sub do_defs
push(@tag,$1);
$tag{$1}=-1;
}
} elsif (/^\#\s*ifdef\s+(.*)/) {
} elsif (/^\#\s*ifdef\s+(\S*)/) {
push(@tag,"-");
push(@tag,$1);
$tag{$1}=1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册