diff libinterp/corefcn/mex.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 fcac5dbbf9ed
children 1473547f50f5
line wrap: on
line diff
--- a/libinterp/corefcn/mex.h	Wed Feb 10 11:57:17 2016 -0500
+++ b/libinterp/corefcn/mex.h	Wed Feb 10 12:21:36 2016 -0500
@@ -45,8 +45,8 @@
 
 /* mex.h is for use in C-programs only; do NOT include it in mex.cc */
 
-#if ! defined (MEX_H)
-#define MEX_H
+#if ! defined (octave_mex_h)
+#define octave_mex_h 1
 
 #define HAVE_OCTAVE