comparison libinterp/corefcn/mex.h @ 20517:54eec9c180cb

* mex.h: Don't typdef bool if it is already defined.
author John W. Eaton <jwe@octave.org>
date Fri, 04 Sep 2015 16:26:58 -0400
parents 4197fc428c7d
children 3aea4200da40
comparison
equal deleted inserted replaced
20516:fb6fe9b45c41 20517:54eec9c180cb
50 50
51 #define HAVE_OCTAVE 51 #define HAVE_OCTAVE
52 52
53 typedef void mxArray; 53 typedef void mxArray;
54 54
55 #if ! defined (__cplusplus) 55 #if ! defined (__cplusplus) && ! defined (bool)
56 typedef int bool; 56 typedef int bool;
57 #endif 57 #endif
58 58
59 /* -V4 stuff */ 59 /* -V4 stuff */
60 #if defined (V4) 60 #if defined (V4)