提交 65f0efe1 编写于 作者: D Dr. Stephen Henson

Ignore TYPEDEF_OF in mkdef.pl

上级 e77d8f2e
......@@ -848,6 +848,9 @@ sub do_defs
/(\w+(\{[0-9]+\})?)\W*\(\)/s;
$s = $1;
print STDERR "DEBUG: found function $s\n" if $debug;
} elsif (/TYPEDEF_\w+_OF/) {
next;
} elsif (/\(/ and not (/=/)) {
print STDERR "File $file: cannot parse: $_;\n";
next;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册