changeset 22112:03764eef9f7c

mex.h: Fix typo in previous change.
author John W. Eaton <jwe@octave.org>
date Thu, 14 Jul 2016 19:56:44 -0400
parents ef3e0408097b
children b6f482e29afd
files libinterp/corefcn/mex.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mex.h	Thu Jul 14 19:54:16 2016 -0400
+++ b/libinterp/corefcn/mex.h	Thu Jul 14 19:56:44 2016 -0400
@@ -56,7 +56,7 @@
 
 #if (! defined (__cplusplus) && ! defined (__bool_true_false_are_defined)
 #  if ! defined (bool)
-#    typedef int bool;
+typedef int bool;
 #  endif
 #  if ! defined (true)
 #    define true 1