summaryrefslogtreecommitdiffstats
path: root/src/H5FLprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-07-21 21:37:18 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-07-21 21:37:18 (GMT)
commit09fd2788613838777dbdbb451464abe62466a45e (patch)
tree86d40ae3b895a9a140fb529215f9d1c91247b1ab /src/H5FLprivate.h
parent7fe5ff1fed0e689486ef0ee46f44d56cf24a1df8 (diff)
downloadhdf5-09fd2788613838777dbdbb451464abe62466a45e.zip
hdf5-09fd2788613838777dbdbb451464abe62466a45e.tar.gz
hdf5-09fd2788613838777dbdbb451464abe62466a45e.tar.bz2
[svn-r8922] Purpose: Restore the original code
Description: Line 38, "#define H5_NO_FREE_LISTS" were commented out during debugging Solution: put back in. Platforms tested: No test needed
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 0bac0cf..efcee82 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*/
#ifdef H5_NO_FREE_LISTS
#define H5_NO_REG_FREE_LISTS
#define H5_NO_ARR_FREE_LISTS