mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
parent
d844f2b9ff
commit
96f52abf80
1 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,8 @@ sub scanenums {
|
|||
next;
|
||||
}
|
||||
# parse this!
|
||||
$skipit = 0,
|
||||
$skipit = 0;
|
||||
next;
|
||||
}
|
||||
if($skipit) {
|
||||
next;
|
||||
|
|
@ -88,8 +89,7 @@ sub scanenums {
|
|||
if(($_ !~ /\}(;|)/) &&
|
||||
($_ ne "typedef") &&
|
||||
($_ ne "enum") &&
|
||||
($_ !~ /^[ \t]*$/) &&
|
||||
($_ ne "#")) {
|
||||
($_ !~ /^[ \t]*$/)) {
|
||||
push @syms, $_;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue