mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tevent:mksyms: allow double pointer return value of functions.
Michael
This commit is contained in:
parent
4fb82727b1
commit
095a11226e
@ -60,7 +60,7 @@ END {
|
||||
/[_A-Za-z0-9]+[ \t]*[(].*[)][ \t]*;[ \t]*$/ {
|
||||
sub(/[(].*$/, "");
|
||||
gsub(/[^ \t]+[ \t]+/, "");
|
||||
gsub(/^[*]/, "");
|
||||
gsub(/^[*]+/, "");
|
||||
printf "\t\t%s;\n",$0;
|
||||
next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user