From 4feddbbbcc655ba2ff2e07b10647bd12f06d2d84 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 20 Oct 2009 00:07:04 -0500 Subject: [svn-r17685] Bug fix: #define H5_USE_16_API was inserted AFTER #include , 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 . Tested: Jam. --- examples/testh5cc.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in index 07c84ef..48a745c 100755 --- a/examples/testh5cc.sh.in +++ b/examples/testh5cc.sh.in @@ -117,8 +117,8 @@ EOF # Generate HDF5 Main Program: # An HDF5 sample program that calls hdf5 functions. cat > $hdf5main <