comparison liboctave/sparse-sort.h @ 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 a1dbe9d80eee
children cbc402e64d83
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
48 48
49 bool octave_idx_vector_comp (octave_idx_vector_sort* i, 49 bool octave_idx_vector_comp (octave_idx_vector_sort* i,
50 octave_idx_vector_sort* j); 50 octave_idx_vector_sort* j);
51 51
52 #endif 52 #endif
53
54 /*
55 ;;; Local Variables: ***
56 ;;; mode: C++ ***
57 ;;; End: ***
58 */