From octave-maintainers-request at bevo dot che dot wisc dot edu Sun Nov 23 19:23:43 2003 Subject: [patch] load-save.cc inconditionnally includes ls-hdf5.h From: Melqart To: octave-maintainers at bevo dot che dot wisc dot edu Date: Mon, 24 Nov 2003 02:08:39 +0100 --3fc15add_238e1f29_61ba Content-Type: text/plain Content-Transfer-Encoding: 8bit Hi, attached is a patch that englobes #include "ls-hdf5.h" in the appropriate #ifdef/#endif. Cheers. PS: Thanks for including N-D arrays. -- Melvin Hadasht --3fc15add_238e1f29_61ba Content-Type: text/x-c; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="load-save.patch" Index: load-save.cc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/octave/src/load-save.cc,v retrieving revision 1.179 diff -p -u -w -b -B -c -r1.179 load-save.cc cvs server: conflicting specifications of output style *** load-save.cc 2003/11/19 18:32:51 1.179 --- load-save.cc 2003/11/24 01:06:59 *************** Software Foundation, 59 Temple Place - S *** 72,78 **** --- 72,80 ---- #include "version.h=22 #include "dMatrix.h=22 =20 + #ifdef HAVE=5FHD=465 #include "ls-hdf5.h=22 + #endif #include "ls-mat-ascii.h=22 #include "ls-mat4.h=22 #include "ls-mat5.h=22 --3fc15add_238e1f29_61ba--