mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tevent:mksyms: allow characters after closing functions parenthesis.
Michael
This commit is contained in:
parent
095a11226e
commit
1f1a900dd7
@ -28,7 +28,7 @@ END {
|
||||
current_file=FILENAME
|
||||
}
|
||||
if (inheader) {
|
||||
if (match($0,"[)][ \t]*[;][ \t]*$")) {
|
||||
if (match($0,"[)][^()]*[;][ \t]*$")) {
|
||||
inheader = 0;
|
||||
}
|
||||
next;
|
||||
@ -57,7 +57,7 @@ END {
|
||||
}
|
||||
}
|
||||
|
||||
/[_A-Za-z0-9]+[ \t]*[(].*[)][ \t]*;[ \t]*$/ {
|
||||
/[_A-Za-z0-9]+[ \t]*[(].*[)][^()]*;[ \t]*$/ {
|
||||
sub(/[(].*$/, "");
|
||||
gsub(/[^ \t]+[ \t]+/, "");
|
||||
gsub(/^[*]+/, "");
|
||||
|
Loading…
Reference in New Issue
Block a user