changeset 22119:d3b6d0e108a3

* mex.h: Fix typo in previous change.
author John W. Eaton <jwe@octave.org>
date Fri, 15 Jul 2016 12:09:25 -0400
parents 17c59e33b236
children 5f91c1e89a98
files libinterp/corefcn/mex.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mex.h	Fri Jul 15 11:29:17 2016 -0400
+++ b/libinterp/corefcn/mex.h	Fri Jul 15 12:09:25 2016 -0400
@@ -54,7 +54,7 @@
 
 typedef void mxArray;
 
-#if (! defined (__cplusplus) && ! defined (__bool_true_false_are_defined)
+#if ! defined (__cplusplus) && ! defined (__bool_true_false_are_defined)
 #  if ! defined (bool)
 typedef int bool;
 #  endif