diff libinterp/corefcn/oct-obj.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 ea779f11deae
children 1473547f50f5
line wrap: on
line diff
--- a/libinterp/corefcn/oct-obj.h	Wed Feb 10 11:57:17 2016 -0500
+++ b/libinterp/corefcn/oct-obj.h	Wed Feb 10 12:21:36 2016 -0500
@@ -25,6 +25,11 @@
 // version 4.6.
 ////////////////////////////////////////////////////////////////////////
 
+#if ! defined (octave_oct_obj_h)
+#define octave_oct_obj_h 1
+
 #warning oct-obj.h has been deprecated; use ovl.h instead
 
 #include "ovl.h"
+
+#endif