comparison libinterp/corefcn/oct-hdf5.h @ 21779:7db94853d12b

use consistent pattern for file inclusion guards * marker.h, ls-utils.h, oct-hdf5.h, pt-colon.h, pt-fcn-handle.h: Use consistent pattern for file inclusion guards. Ensure that symbols on the "#if ! defined" and "#define" lines match.
author John W. Eaton <jwe@octave.org>
date Thu, 26 May 2016 13:42:38 -0400
parents 1473547f50f5
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21778:895971cb50f0 21779:7db94853d12b
19 <http://www.gnu.org/licenses/>. 19 <http://www.gnu.org/licenses/>.
20 20
21 */ 21 */
22 22
23 #if ! defined (octave_oct_hdf5_h) 23 #if ! defined (octave_oct_hdf5_h)
24 # define octave_hdf5_h 1 24 #define octave_oct_hdf5_h 1
25 25
26 #include "octave-config.h" 26 #include "octave-config.h"
27 27
28 #if defined (HAVE_HDF5) 28 #if defined (HAVE_HDF5)
29 29