diff libinterp/corefcn/octave-default-image.h @ 21241:bae38398f5f1

use consistent style for all liboctave and libinterp include guards * mex.h, mexproto.h, mxarray.in.h, oct-obj.h, octave-default-image.h: Use include guard style that is consistent with other files in Octave.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2016 12:21:36 -0500
parents 19755f4fc851
children 1473547f50f5
line wrap: on
line diff
--- a/libinterp/corefcn/octave-default-image.h	Wed Feb 10 11:57:17 2016 -0500
+++ b/libinterp/corefcn/octave-default-image.h	Wed Feb 10 12:21:36 2016 -0500
@@ -20,6 +20,9 @@
 
 */
 
+#if ! defined (octave_octave_default_image_h)
+#define octave_octave_default_image_h 1
+
 static char default_im_data[] =
 {
   31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,
@@ -280,3 +283,4 @@
   31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31
 };
 
+#endif