comparison 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
comparison
equal deleted inserted replaced
21240:7af5ca01ecac 21241:bae38398f5f1
23 //////////////////////////////////////////////////////////////////////// 23 ////////////////////////////////////////////////////////////////////////
24 // Note: oct-obj.h was deprecated in version 4.2 and will be removed in 24 // Note: oct-obj.h was deprecated in version 4.2 and will be removed in
25 // version 4.6. 25 // version 4.6.
26 //////////////////////////////////////////////////////////////////////// 26 ////////////////////////////////////////////////////////////////////////
27 27
28 #if ! defined (octave_oct_obj_h)
29 #define octave_oct_obj_h 1
30
28 #warning oct-obj.h has been deprecated; use ovl.h instead 31 #warning oct-obj.h has been deprecated; use ovl.h instead
29 32
30 #include "ovl.h" 33 #include "ovl.h"
34
35 #endif