comparison src/mxarray.h.in @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
78 typedef unsigned char mxLogical; 78 typedef unsigned char mxLogical;
79 79
80 /* typedef Uint16 mxChar; */ 80 /* typedef Uint16 mxChar; */
81 typedef char mxChar; 81 typedef char mxChar;
82 82
83 /* 83 /*
84 * FIXME? Mathworks says these should be size_t on 64-bit system and when 84 * FIXME? Mathworks says these should be size_t on 64-bit system and when
85 * mex is used with the -largearraydims flag, but why do that? Its better 85 * mex is used with the -largearraydims flag, but why do that? Its better
86 * to conform to the same indexing as the rest of Octave 86 * to conform to the same indexing as the rest of Octave
87 */ 87 */
88 typedef %OCTAVE_IDX_TYPE% mwSize; 88 typedef %OCTAVE_IDX_TYPE% mwSize;