comparison liboctave/boolNDArray.cc @ 10158:4c0cdbe0acca

remove Emacs local-variable settings from liboctave source files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 19:04:35 -0500
parents b6b65e71049b
children 07ebe522dac2
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
187 return a; 187 return a;
188 } 188 }
189 189
190 BSXFUN_OP_DEF_MXLOOP (and, boolNDArray, mx_inline_and) 190 BSXFUN_OP_DEF_MXLOOP (and, boolNDArray, mx_inline_and)
191 BSXFUN_OP_DEF_MXLOOP (or, boolNDArray, mx_inline_or) 191 BSXFUN_OP_DEF_MXLOOP (or, boolNDArray, mx_inline_or)
192
193 /*
194 ;;; Local Variables: ***
195 ;;; mode: C++ ***
196 ;;; End: ***
197 */