diff 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
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hdf5.h	Wed May 25 16:59:05 2016 -0700
+++ b/libinterp/corefcn/oct-hdf5.h	Thu May 26 13:42:38 2016 -0400
@@ -21,7 +21,7 @@
 */
 
 #if ! defined (octave_oct_hdf5_h)
-#  define octave_hdf5_h 1
+#define octave_oct_hdf5_h 1
 
 #include "octave-config.h"