From f98470e3a4add69858e50ded0c7e01393b314473 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Sep 2009 15:20:34 +0200 Subject: [PATCH] tevent:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args Michael --- lib/tevent/script/mksigs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/script/mksigs.pl b/lib/tevent/script/mksigs.pl index a34950b09a6..755cd796039 100755 --- a/lib/tevent/script/mksigs.pl +++ b/lib/tevent/script/mksigs.pl @@ -159,7 +159,7 @@ while (my $LINE = <>) { # remove trailing spaces $LINE =~ s/(.*?)\s*$/$1/; - $LINE =~ s/^(.*\))\s+PRINTF_ATTRIBUTE\(.*\);$/$1;/; + $LINE =~ s/^(.*\))\s+PRINTF_ATTRIBUTE\([^\)]*\)(\s*[;,])/$1$2/; $LINE =~ s/^(.*\))\s*[a-zA-Z0-9_]+\s*;$/$1;/; # remove parameter names - slightly too coarse probably -- 2.11.4.GIT