From 5158a3f3e43d89737f824398187ad43f88e31bfa Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 20 Oct 2009 00:07:50 -0500 Subject: [svn-r17686] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in index cd87e00..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 <