diff options
Diffstat (limited to 'src/H5Gtest.c')
-rw-r--r-- | src/H5Gtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Gtest.c b/src/H5Gtest.c index 83f561e..262a925 100644 --- a/src/H5Gtest.c +++ b/src/H5Gtest.c @@ -29,6 +29,7 @@ #include "H5HLprivate.h" /* Local Heaps */ #include "H5Iprivate.h" /* IDs */ +#ifdef H5_GROUP_REVISION /*-------------------------------------------------------------------------- NAME @@ -184,6 +185,7 @@ H5G_has_stab_test(hid_t gid) done: FUNC_LEAVE_NOAPI(ret_value) } /* H5G_has_stab_test() */ +#endif /* H5_GROUP_REVISION */ /*-------------------------------------------------------------------------- |