1
0
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:
Michael Adam 2009-09-11 14:54:02 +02:00
parent 4fb82727b1
commit 095a11226e

View File

@ -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;
}