diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-07-12 20:27:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-07-12 20:27:00 (GMT) |
commit | 5ac6bbaf0d2d27731ce3cddf8d7760b869e90429 (patch) | |
tree | 089cff929cc9f2351dc548f5b9d5fd5791afb8da /src | |
parent | b40a61794072394a12edadd43309b5a12d885ac4 (diff) | |
download | hdf5-5ac6bbaf0d2d27731ce3cddf8d7760b869e90429.zip hdf5-5ac6bbaf0d2d27731ce3cddf8d7760b869e90429.tar.gz hdf5-5ac6bbaf0d2d27731ce3cddf8d7760b869e90429.tar.bz2 |
[svn-r5787] Purpose:
Update code
Description:
Re-enable free-lists, which were accidentally disabled from last checkin.
Platforms tested:
FreeBSD 4.6 (sleipnir)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FLprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FLprivate.h b/src/H5FLprivate.h index 805895b..bc58d1d 100644 --- a/src/H5FLprivate.h +++ b/src/H5FLprivate.h @@ -25,7 +25,7 @@ /* Private headers needed by this file */ /* Macros for turning off free lists in the library */ -#define H5_NO_FREE_LISTS +/* #define H5_NO_FREE_LISTS */ #ifdef H5_NO_FREE_LISTS #define H5_NO_REG_FREE_LISTS #define H5_NO_ARR_FREE_LISTS |