diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-12 02:58:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-12 02:58:28 (GMT) |
commit | ff44c2099be1202fcd68fc309a93440c027cbbf8 (patch) | |
tree | c8a5cc288a88bc9f333eb40e4c39ad58c3636cbb /src/H5FSpkg.h | |
parent | 0e539a1cbc9f144fcb3b46be85da54eebc0f70db (diff) | |
download | hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.zip hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.tar.gz hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.tar.bz2 |
[svn-r12567] Description:
Correct remaining compilation errors when debugging asserts are turned on
in free space manager.
Tested in:
FreeBSD 4.11 (sleipnir)
Too minor for h5committest
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r-- | src/H5FSpkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h index f90a737..7478754 100644 --- a/src/H5FSpkg.h +++ b/src/H5FSpkg.h @@ -216,7 +216,10 @@ H5_DLL herr_t H5FS_cache_hdr_dest(H5F_t *f, H5FS_t *hdr); H5_DLL herr_t H5FS_cache_sinfo_dest(H5F_t *f, 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 */ #endif /* _H5FSpkg_H */ |