diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-29 18:40:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-29 18:40:57 (GMT) |
commit | a4467cd2c2c52723e09b0d7d266ab35eda3224a8 (patch) | |
tree | 4d52f48d9bf5c497027bcdbe590a15fb0cc51030 /src/H5SM.c | |
parent | 108114495fccaafcf77904f43e9c4cb90c4396f8 (diff) | |
download | hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.zip hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.gz hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.bz2 |
[svn-r13218] Description:
Add "old" fill value messages to "new" fill value message sharing (and keep
them both in the same shared message index).
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-x | src/H5SM.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -234,9 +234,7 @@ H5SM_type_to_flag(unsigned type_id, unsigned *type_flag) case H5O_DTYPE_ID: *type_flag = H5O_MESG_DTYPE_FLAG; break; -#ifdef NOT_YET case H5O_FILL_ID: -#endif /* NOT_YET */ case H5O_FILL_NEW_ID: *type_flag = H5O_MESG_FILL_FLAG; break; |