comparison libinterp/corefcn/mxarray.in.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 bfd5e48c41a1
children 1473547f50f5
comparison
equal deleted inserted replaced
21240:7af5ca01ecac 21241:bae38398f5f1
42 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 42 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 SUCH DAMAGE. 43 SUCH DAMAGE.
44 44
45 */ 45 */
46 46
47 #if ! defined (MXARRAY_H) 47 #if ! defined (octave_mxarray_h)
48 #define MXARRAY_H 48 #define octave_mxarray_h 1
49 49
50 typedef enum 50 typedef enum
51 { 51 {
52 mxREAL = 0, 52 mxREAL = 0,
53 mxCOMPLEX = 1 53 mxCOMPLEX = 1