Mercurial > hg > octave-lyh
comparison src/pt-loop.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 | eb63fbe60fab |
children | 57a59eae83cc |
comparison
equal
deleted
inserted
replaced
10159:9f0e7bfe63e5 | 10160:cd96d29c5efa |
---|---|
139 void | 139 void |
140 tree_complex_for_command::accept (tree_walker& tw) | 140 tree_complex_for_command::accept (tree_walker& tw) |
141 { | 141 { |
142 tw.visit_complex_for_command (*this); | 142 tw.visit_complex_for_command (*this); |
143 } | 143 } |
144 | |
145 /* | |
146 ;;; Local Variables: *** | |
147 ;;; mode: C++ *** | |
148 ;;; End: *** | |
149 */ |