summaryrefslogtreecommitdiffstats
path: root/src/H5FSpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-05-24 06:40:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-05-24 06:40:23 (GMT)
commita2bafdc7a1021ca608b39f96d1f518701dbd45f8 (patch)
treec4f366b64d991b47c2fa590613597b10adc56339 /src/H5FSpkg.h
parent216fffd7cc8c6ff3bba2667a6fa62ea7bed740f8 (diff)
downloadhdf5-a2bafdc7a1021ca608b39f96d1f518701dbd45f8.zip
hdf5-a2bafdc7a1021ca608b39f96d1f518701dbd45f8.tar.gz
hdf5-a2bafdc7a1021ca608b39f96d1f518701dbd45f8.tar.bz2
Minor H5FS tweaks.
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r--src/H5FSpkg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h
index 23e1212..a5896ee 100644
--- a/src/H5FSpkg.h
+++ b/src/H5FSpkg.h
@@ -235,10 +235,10 @@ H5_DLL herr_t H5FS__hdr_dest(H5FS_t *hdr);
H5_DLL herr_t H5FS_sinfo_dest(H5FS_sinfo_t *sinfo);
/* Sanity check routines */
-#ifdef H5FS_DEBUG
-H5_DLL herr_t H5FS__assert(const H5FS_t *fspace);
-H5_DLL herr_t H5FS__sect_assert(const H5FS_t *fspace);
-#endif /* H5FS_DEBUG */
+#ifdef H5FS_DEBUG_ASSERT
+H5_DLL void H5FS__assert(const H5FS_t *fspace);
+H5_DLL void H5FS__sect_assert(const H5FS_t *fspace);
+#endif /* H5FS_DEBUG_ASSERT */
/* Testing routines */
#ifdef H5FS_TESTING