comparison src/ov-struct.cc @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents 9d1a14e12431
children 0efd486813fe
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
1642 elts[j] = new mxArray (p[k++]); 1642 elts[j] = new mxArray (p[k++]);
1643 } 1643 }
1644 1644
1645 return retval; 1645 return retval;
1646 } 1646 }
1647
1648 /*
1649 ;;; Local Variables: ***
1650 ;;; mode: C++ ***
1651 ;;; End: ***
1652 */