From 5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 10 Apr 2000 13:41:34 -0500 Subject: [svn-r2105] Turned off the free lists until I can debug them on the platforms they are failing on... --- src/H5FL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FL.c b/src/H5FL.c index c8e8e95..c102cdb 100644 --- a/src/H5FL.c +++ b/src/H5FL.c @@ -58,7 +58,7 @@ static H5FL_gc_list_t *H5FL_gc_head=NULL; static H5FL_gc_arr_list_t *H5FL_gc_arr_head=NULL; /* Macros for turning off free lists in the library */ -/* #define NO_FREE_LISTS */ +#define NO_FREE_LISTS #ifdef NO_FREE_LISTS #define NO_REG_FREE_LISTS #define NO_ARR_FREE_LISTS -- cgit v0.12