summaryrefslogtreecommitdiffstats
path: root/src/H5FLprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-06-03 20:55:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-06-03 20:55:21 (GMT)
commitb6859867772a078a275637c01b1a6ab54cf97866 (patch)
tree1b24edbda5b9c3a1c78d724b09cbff1c94b3633e /src/H5FLprivate.h
parent616a320c1c8bd71670d133021e5609bc53e695db (diff)
downloadhdf5-b6859867772a078a275637c01b1a6ab54cf97866.zip
hdf5-b6859867772a078a275637c01b1a6ab54cf97866.tar.gz
hdf5-b6859867772a078a275637c01b1a6ab54cf97866.tar.bz2
[svn-r10857] Purpose:
Code cleanup Description: Re-enable free-list management in the library Platforms tested: None - eyeballed - too minor to require h5committest
Diffstat (limited to 'src/H5FLprivate.h')
-rw-r--r--src/H5FLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FLprivate.h b/src/H5FLprivate.h
index 1005eff..4c8fa94 100644
--- a/src/H5FLprivate.h
+++ b/src/H5FLprivate.h
@@ -35,7 +35,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 */
#if defined H5_NO_FREE_LISTS || defined H5_USING_PURIFY
#define H5_NO_REG_FREE_LISTS
#define H5_NO_ARR_FREE_LISTS