Ignore TYPEDEF_OF in mkdef.pl
This commit is contained in:
parent
e77d8f2ecd
commit
65f0efe198
1 changed files with 3 additions and 0 deletions
|
@ -848,6 +848,9 @@ sub do_defs
|
||||||
/(\w+(\{[0-9]+\})?)\W*\(\)/s;
|
/(\w+(\{[0-9]+\})?)\W*\(\)/s;
|
||||||
$s = $1;
|
$s = $1;
|
||||||
print STDERR "DEBUG: found function $s\n" if $debug;
|
print STDERR "DEBUG: found function $s\n" if $debug;
|
||||||
|
|
||||||
|
} elsif (/TYPEDEF_\w+_OF/) {
|
||||||
|
next;
|
||||||
} elsif (/\(/ and not (/=/)) {
|
} elsif (/\(/ and not (/=/)) {
|
||||||
print STDERR "File $file: cannot parse: $_;\n";
|
print STDERR "File $file: cannot parse: $_;\n";
|
||||||
next;
|
next;
|
||||||
|
|
Loading…
Reference in a new issue