diff src/mxarray.h.in @ 9906:8d20fb66a0dc

more automake fixes
author John W. Eaton <jwe@octave.org>
date Thu, 03 Dec 2009 15:39:20 -0500
parents eb63fbe60fab
children 42d098307c30
line wrap: on
line diff
--- a/src/mxarray.h.in
+++ b/src/mxarray.h.in
@@ -85,8 +85,8 @@
  * mex is used with the -largearraydims flag, but why do that? Its better
  * to conform to the same indexing as the rest of Octave
  */
-typedef @OCTAVE_IDX_TYPE@ mwSize;
-typedef @OCTAVE_IDX_TYPE@ mwIndex;
+typedef %OCTAVE_IDX_TYPE% mwSize;
+typedef %OCTAVE_IDX_TYPE% mwIndex;
 
 #if ! defined (MXARRAY_TYPEDEFS_ONLY)