diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-10-24 19:32:26 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-10-24 19:32:26 (GMT) |
commit | fb1499b60cbeb1932e7f612f57bfd29497c22e98 (patch) | |
tree | 48d119b1bed8c19baed71e6c6c908dc6d2011bc6 | |
parent | 5deed723e5f626defd0f841bd304fbb2d052d9b1 (diff) | |
download | hdf5-fb1499b60cbeb1932e7f612f57bfd29497c22e98.zip hdf5-fb1499b60cbeb1932e7f612f57bfd29497c22e98.tar.gz hdf5-fb1499b60cbeb1932e7f612f57bfd29497c22e98.tar.bz2 |
[svn-r15944] A follow-up checkin for the last-round commit(r15943). Added a test in this script file to
check whether the macros H5_USE_16_API works properly. There used to be a problem to compile
if H5_USE_16_API is defined in the application program (see bug #1264).
Tested on kagiso - simple change.
-rwxr-xr-x | examples/testh5cc.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in index ad9af80..cf70c18 100755 --- a/examples/testh5cc.sh.in +++ b/examples/testh5cc.sh.in @@ -118,6 +118,7 @@ EOF # An HDF5 sample program that calls hdf5 functions. cat > $hdf5main <<EOF #include "hdf5.h" +#define H5_USE_16_API #define H5FILE_NAME "tmp.h5" int main (void) |