# HG changeset patch # User John W. Eaton # Date 1468540604 14400 # Node ID 03764eef9f7c9fb1b7d403888b77680e426a5897 # Parent ef3e0408097b0bf996b2b94202e2642ff2ccc405 mex.h: Fix typo in previous change. diff -r ef3e0408097b -r 03764eef9f7c libinterp/corefcn/mex.h --- 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