From b6859867772a078a275637c01b1a6ab54cf97866 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 3 Jun 2005 15:55:21 -0500 Subject: [svn-r10857] Purpose: Code cleanup Description: Re-enable free-list management in the library Platforms tested: None - eyeballed - too minor to require h5committest --- src/H5FLprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12