|
@@ -1786,6 +1786,7 @@ sub dump_function($$) {
|
|
$prototype =~ s/__init +//;
|
|
$prototype =~ s/__init +//;
|
|
$prototype =~ s/__init_or_module +//;
|
|
$prototype =~ s/__init_or_module +//;
|
|
$prototype =~ s/__must_check +//;
|
|
$prototype =~ s/__must_check +//;
|
|
|
|
+ $prototype =~ s/__weak +//;
|
|
$prototype =~ s/^#\s*define\s+//; #ak added
|
|
$prototype =~ s/^#\s*define\s+//; #ak added
|
|
$prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;
|
|
$prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;
|
|
|
|
|