comparison libinterp/corefcn/mexproto.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
comparison
equal deleted inserted replaced
21240:7af5ca01ecac 21241:bae38398f5f1
43 43
44 */ 44 */
45 45
46 /* mex.h is for use in C-programs only; do NOT include it in mex.cc */ 46 /* mex.h is for use in C-programs only; do NOT include it in mex.cc */
47 47
48 #if ! defined (MEXPROTO_H) 48 #if ! defined (octave_mexproto_h)
49 #define MEXPROTO_H 49 #define octave_mexproto_h 1
50 50
51 #if defined (__cplusplus) 51 #if defined (__cplusplus)
52 # include <cstdlib> 52 # include <cstdlib>
53 extern "C" { 53 extern "C" {
54 #else 54 #else