summaryrefslogtreecommitdiffstats
path: root/test/titerate.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-06-25 15:16:15 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-06-25 15:16:15 (GMT)
commit9b84be1422c1455fc0414e5619b9ee142a84cd82 (patch)
tree132046bb11567ffcef104807fb943cf29af25d41 /test/titerate.c
parentc95b683457c1b47f7095e7a9804db7ce84f8e39b (diff)
downloadhdf5-9b84be1422c1455fc0414e5619b9ee142a84cd82.zip
hdf5-9b84be1422c1455fc0414e5619b9ee142a84cd82.tar.gz
hdf5-9b84be1422c1455fc0414e5619b9ee142a84cd82.tar.bz2
[svn-r8743] *** empty log message ***
Diffstat (limited to 'test/titerate.c')
-rw-r--r--test/titerate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/titerate.c b/test/titerate.c
index 4cb3f0c..aea951e 100644
--- a/test/titerate.c
+++ b/test/titerate.c
@@ -859,7 +859,11 @@ static void test_links(void)
herr_t ret; /* Generic return value */
hid_t gid, gid1;
int i;
+#ifdef H5_WANT_H5_V1_4_COMPAT
+ int obj_type; /* Type of object */
+#else /*H5_WANT_H5_V1_4_COMPAT*/
H5G_obj_t obj_type; /* Type of object */
+#endif /*H5_WANT_H5_V1_4_COMPAT*/
hsize_t nobjs; /* Number of objects */
/* Output message about test being performed */