summaryrefslogtreecommitdiffstats
path: root/test/tstab.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
commitde68722fb97bdbd063224bcbb984bed32ba8c27e (patch)
treef5084fa68977d4a0130bea45bd997d6b46be416d /test/tstab.c
parent5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff)
downloadhdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.zip
hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.gz
hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.bz2
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Diffstat (limited to 'test/tstab.c')
-rw-r--r--test/tstab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tstab.c b/test/tstab.c
index 573c7a9..945f0cf 100644
--- a/test/tstab.c
+++ b/test/tstab.c
@@ -49,7 +49,7 @@
static void
test_1 (void)
{
- hatom_t fid;
+ hid_t fid;
hdf5_file_t *f;
H5G_entry_t *obj1=NULL, *obj2=NULL;
H5G_entry_t ent1, dir_ent;
@@ -223,7 +223,7 @@ test_1 (void)
static void
test_2 (void)
{
- hatom_t fid;
+ hid_t fid;
hdf5_file_t *f;
H5G_entry_t cwd, sub;
H5G_entry_t *obj1=NULL;