summaryrefslogtreecommitdiffstats
path: root/bin/checkapi
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-28 18:02:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-28 18:02:38 (GMT)
commit893cf5899c2b724aa438b66a275967b1f5ad0342 (patch)
tree5f221d969954fc26404dd9d7875a833452b002d0 /bin/checkapi
parent5daeaa62da7283fe5a8cd7bc3fa8bdbbb954edfb (diff)
downloadhdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.zip
hdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.tar.gz
hdf5-893cf5899c2b724aa438b66a275967b1f5ad0342.tar.bz2
[svn-r5466] Purpose:
Code cleanup. Description: Updated perl scripts to be aware of new "FUNC_ENTER_NOINIT" macro. Platforms tested: IRIX64 6.5 (modi4)
Diffstat (limited to 'bin/checkapi')
-rwxr-xr-xbin/checkapi2
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";