We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ad3b5 commit dd86860Copy full SHA for dd86860
1 file changed
helper.pl
@@ -61,7 +61,7 @@ sub check_source {
61
$file !~ m|src/hashes/.*\.c$| &&
62
$file !~ m|src/math/.+_desc.c$| &&
63
$file !~ m|src/stream/sober128/sober128_stream.c$| &&
64
- $l =~ /^static(\s+\S+)+\s+([^_][a-zA-Z0-9_]+)\s*\(/) {
+ $l =~ /^static(\s+[a-zA-Z0-9_]+)+\s+([^_][a-zA-Z0-9_]+)\s*\(/) {
65
push @{$troubles->{staticfunc_name}}, "$lineno($2)";
66
}
67
$lineno++;
0 commit comments