mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r17685] Bug fix:
#define H5_USE_16_API was inserted AFTER #include <hdf5.>, too late was it to take effect. Instead, it caused a macro redefinition, flagged as an error by AIX. Fixed by moving it before the <hdf5.h>. Tested: Jam.
This commit is contained in:
parent
a8aa10bd21
commit
4feddbbbcc
@ -117,8 +117,8 @@ EOF
|
||||
# Generate HDF5 Main Program:
|
||||
# An HDF5 sample program that calls hdf5 functions.
|
||||
cat > $hdf5main <<EOF
|
||||
#include "hdf5.h"
|
||||
#define H5_USE_16_API
|
||||
#include "hdf5.h"
|
||||
#define H5FILE_NAME "tmp.h5"
|
||||
int
|
||||
main (void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user