comparison src/ov-type-conv.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents b39bd23019eb
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10312:cbc402e64d83 10313:f3b65e1ae355
102 \ 102 \
103 return retval 103 return retval
104 104
105 #define OCTAVE_TYPE_CONV_BODY(NAME) \ 105 #define OCTAVE_TYPE_CONV_BODY(NAME) \
106 OCTAVE_TYPE_CONV_BODY3 (NAME, octave_ ## NAME ## _matrix, \ 106 OCTAVE_TYPE_CONV_BODY3 (NAME, octave_ ## NAME ## _matrix, \
107 octave_ ## NAME ## _scalar) 107 octave_ ## NAME ## _scalar)
108 108
109 #endif 109 #endif