diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-01-06 15:45:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-01-06 15:45:01 (GMT) |
commit | 9ef85040143abe2ccd8f2e6f33c2182476c7cc54 (patch) | |
tree | e85c0a2ad4fa688ea66f15ebef5881199df45b90 /Makefile.in | |
parent | ea158f0f66495e5df9f60ed840527fc86938cc0c (diff) | |
download | hdf5-9ef85040143abe2ccd8f2e6f33c2182476c7cc54.zip hdf5-9ef85040143abe2ccd8f2e6f33c2182476c7cc54.tar.gz hdf5-9ef85040143abe2ccd8f2e6f33c2182476c7cc54.tar.bz2 |
[svn-r3243] Purpose:
Bug fix
Description:
H5P_DATASET_XFER was the name from the beginning through 1.2. It was
changed to H5P_DATA_XFER on v1.3.0. Then it was changed back to
H5P_DATASET_XFER right before the release of v1.4.0-beta2.
Define an alias here to help applications that had ported to v1.3.
Should be removed in later version.
#define H5P_DATA_XFER H5P_DATASET_XFER
Also removed the v1_2 compat condition since it is a v1.3 compat
issue now.
Platforms tested:
modi4 -64 parallel.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions