summaryrefslogtreecommitdiffstats
path: root/src/H5FLprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-04-04 22:35:35 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-04-04 22:35:35 (GMT)
commite0f167780b88084a0629e5d7ac56c022fbcc691c (patch)
tree2e1a753be36a86f2e3d9a21366decdaf7d020c3f /src/H5FLprivate.h
parentb296a419c4ed2cc43cab53b78a40cbf1346f2362 (diff)
downloadhdf5-e0f167780b88084a0629e5d7ac56c022fbcc691c.zip
hdf5-e0f167780b88084a0629e5d7ac56c022fbcc691c.tar.gz
hdf5-e0f167780b88084a0629e5d7ac56c022fbcc691c.tar.bz2
[svn-r10535] Purpose: Spliting Test
Description: Split test/dtypes.c because it's so big. Moved all integer-integer, floating-floating, integer-floating, floating-integer, derived integer, derived floating conversion tests to a new test program, dt_atomic.c. The test remains the same basically. Platforms tested: fuss and h5committest Misc. update: MANIFEST
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 88c179b..24c62b1 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