comparison liboctave/Array-str.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 eb63fbe60fab
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
33 #include "oct-sort.cc" 33 #include "oct-sort.cc"
34 34
35 INSTANTIATE_ARRAY_SORT (std::string); 35 INSTANTIATE_ARRAY_SORT (std::string);
36 36
37 INSTANTIATE_ARRAY (std::string, OCTAVE_API); 37 INSTANTIATE_ARRAY (std::string, OCTAVE_API);
38
39 /*
40 ;;; Local Variables: ***
41 ;;; mode: C++ ***
42 ;;; End: ***
43 */