summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-20 19:43:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-20 19:43:00 (GMT)
commite91af4bdbdab77fd5b640a8318adbd3f390325ea (patch)
tree844ed54d7c46789e6254d0a4b82f94e4fd2f719c /MANIFEST
parentd173513315d0fb2af464123e97d12456a1215686 (diff)
downloadhdf5-e91af4bdbdab77fd5b640a8318adbd3f390325ea.zip
hdf5-e91af4bdbdab77fd5b640a8318adbd3f390325ea.tar.gz
hdf5-e91af4bdbdab77fd5b640a8318adbd3f390325ea.tar.bz2
[svn-r17694] Removed the erroneous test of using v16 API.
The error started out as an erroneous test of using v16 API via source code. (See bug 1264). It was implemented as: #include "hdf5.h" #define H5_USE_16_API That was incorrect and generated warnings in Linux but error in AIX for redefining macro H5_USE_16_API. I corrected it yesterday to pass AIX by moving H5_USE_16_API up as: #define H5_USE_16_API #include "hdf5.h" This is the proper way to turn on v16API and it passes all normal tests. I knew it would not work if somehow v16API is disabled but hoping it can be fixed later. Well, it broke last night under --disable-deprecated-symbols. Removed the #define H5_USE_16_API and let Raymond fix it after the release.
Diffstat (limited to 'MANIFEST')
0 files changed, 0 insertions, 0 deletions