mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
parent
d844f2b9ff
commit
96f52abf80
@ -76,7 +76,8 @@ sub scanenums {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
# parse this!
|
# parse this!
|
||||||
$skipit = 0,
|
$skipit = 0;
|
||||||
|
next;
|
||||||
}
|
}
|
||||||
if($skipit) {
|
if($skipit) {
|
||||||
next;
|
next;
|
||||||
@ -88,8 +89,7 @@ sub scanenums {
|
|||||||
if(($_ !~ /\}(;|)/) &&
|
if(($_ !~ /\}(;|)/) &&
|
||||||
($_ ne "typedef") &&
|
($_ ne "typedef") &&
|
||||||
($_ ne "enum") &&
|
($_ ne "enum") &&
|
||||||
($_ !~ /^[ \t]*$/) &&
|
($_ !~ /^[ \t]*$/)) {
|
||||||
($_ ne "#")) {
|
|
||||||
push @syms, $_;
|
push @syms, $_;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user