diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-10 18:41:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-10 18:41:34 (GMT) |
commit | 5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92 (patch) | |
tree | 0e8ff00be7457a56310d280565adaa17fd9a4f60 /src | |
parent | 456843acde172c32a36fb6b357e465fd5d084ded (diff) | |
download | hdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.zip hdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.tar.gz hdf5-5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92.tar.bz2 |
[svn-r2105] Turned off the free lists until I can debug them on the platforms they are
failing on...
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FL.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |