diff libinterp/octave-value/ov.h @ 28123:4963f23b145c

move mex type definitions to separate file * mxtypes.in.h: New file, extracted from mxarray.in.h. * mxarray.h: Rename from mxarray.in.h. * mk-mxtypes-h.in.sh: Rename from mk-mxarray-h.in.sh. * configure.ac, libinterp/corefcn/module.mk, libinterp/module.mk: Update for name change. * : (OCTAVE_CONFIG_MOVE_IF_CHANGE_FILES): List mxtypes.in.h instead of mxarray.in.h. * ov.h: Include mxtypes.h.
author John W. Eaton <jwe@octave.org>
date Tue, 18 Feb 2020 12:34:04 -0500
parents bd51beb6205e
children 4c21f99b4ad5
line wrap: on
line diff
--- a/libinterp/octave-value/ov.h	Fri Feb 21 11:52:08 2020 -0500
+++ b/libinterp/octave-value/ov.h	Tue Feb 18 12:34:04 2020 -0500
@@ -60,6 +60,8 @@
 class octave_fcn_inline;
 class octave_value_list;
 
+#include "mxtypes.h"
+
 #include "oct-stream.h"
 #include "ov-base.h"