summaryrefslogtreecommitdiffstats
path: root/src/H5Ipkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-09 14:34:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-09 14:34:35 (GMT)
commit4fe4a51818747e067919c5d9b043395a2f4d04dc (patch)
treec300d737bfb6e5f1d2c09f90f60d87ea104018d7 /src/H5Ipkg.h
parent5fbe02e72106b53e7dcad898984255b92190b476 (diff)
downloadhdf5-4fe4a51818747e067919c5d9b043395a2f4d04dc.zip
hdf5-4fe4a51818747e067919c5d9b043395a2f4d04dc.tar.gz
hdf5-4fe4a51818747e067919c5d9b043395a2f4d04dc.tar.bz2
[svn-r7186] Purpose:
Code cleanup Description: More tweaks to clean up warnings from lint. Platforms tested: FreeBSD 4.8 (sleipnir) not major enough to h5committest
Diffstat (limited to 'src/H5Ipkg.h')
-rw-r--r--src/H5Ipkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipkg.h b/src/H5Ipkg.h
index dc6d55a..aab865c 100644
--- a/src/H5Ipkg.h
+++ b/src/H5Ipkg.h
@@ -53,7 +53,7 @@
#define ID_MASK ((1<<ID_BITS)-1)
/* Map an atom to a Group number */
-#define H5I_GROUP(a) ((H5I_type_t)(((hid_t)(a)>>ID_BITS) & GROUP_MASK))
+#define H5I_GRP(a) ((H5I_type_t)(((hid_t)(a)>>ID_BITS) & GROUP_MASK))
/****************************/