diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 14:48:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 14:48:42 (GMT) |
commit | 583bdf994cb40b4568a09657a0961392660ebdff (patch) | |
tree | 2f4e8abab5480d5392dc51b4928d1f353023a55b /src/H5MPprivate.h | |
parent | 7a7b0046b601772ab591368d633f3a9221222b2b (diff) | |
download | hdf5-583bdf994cb40b4568a09657a0961392660ebdff.zip hdf5-583bdf994cb40b4568a09657a0961392660ebdff.tar.gz hdf5-583bdf994cb40b4568a09657a0961392660ebdff.tar.bz2 |
[svn-r8495] Purpose:
Bug fixes
Description:
Updated dependencies
Fixed error with C++ compiler builds of main library
Added H5Pset_data_transform to MPE info
Platforms tested:
FreeBSD 4.9 (sleipnir)
Diffstat (limited to 'src/H5MPprivate.h')
-rw-r--r-- | src/H5MPprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 2ccbc0f..e450d8c 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -366,6 +366,7 @@ #define color_H5Pset_filter_callback "red" #define color_H5Pset_type_conv_cb "red" #define color_H5Pget_type_conv_cb "red" +#define color_H5Pset_data_transform "red" #define color_H5Screate "red" #define color_H5Screate_simple "red" |