diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-04-04 22:35:35 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-04-04 22:35:35 (GMT) |
commit | e0f167780b88084a0629e5d7ac56c022fbcc691c (patch) | |
tree | 2e1a753be36a86f2e3d9a21366decdaf7d020c3f /src/H5FLprivate.h | |
parent | b296a419c4ed2cc43cab53b78a40cbf1346f2362 (diff) | |
download | hdf5-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.h | 2 |
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 |