changeset 22453:ca01dc025e2c

Rename mxUNUSED_CLASS to mxVOID_CLASS for Matlab compatibility. * mxarray.in.h: Rename mxUNUSED_CLASS to mxVOID_CLASS for Matlab compatibility.
author Rik <rik@octave.org>
date Thu, 08 Sep 2016 18:45:55 -0700
parents 3a8af9d517de
children 8445f67a8123
files libinterp/corefcn/mxarray.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mxarray.in.h	Thu Sep 08 16:14:07 2016 -0700
+++ b/libinterp/corefcn/mxarray.in.h	Thu Sep 08 18:45:55 2016 -0700
@@ -63,7 +63,7 @@
   mxSTRUCT_CLASS,
   mxLOGICAL_CLASS,
   mxCHAR_CLASS,
-  mxUNUSED_CLASS,
+  mxVOID_CLASS,
   mxDOUBLE_CLASS,
   mxSINGLE_CLASS,
   mxINT8_CLASS,