diff options
Diffstat (limited to 'bin/checkapi')
-rwxr-xr-x | bin/checkapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checkapi b/bin/checkapi index 7447b26..5a6251a 100755 --- a/bin/checkapi +++ b/bin/checkapi @@ -22,7 +22,7 @@ while (<>) { # Disregard the following hits next if /^H5/; next if /^\#/; - next if /FUNC_ENTER/; + next if /FUNC_ENTER(_NOINIT)*/; next unless /(H5[A-Z]{1,2}[a-z]\w*)/; print "$ARGV:$.: $1\n"; |