Mercurial > hg > octave-lyh
comparison src/pt-unop.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 | e3bd1569a68c |
children | 57a59eae83cc |
comparison
equal
deleted
inserted
replaced
10159:9f0e7bfe63e5 | 10160:cd96d29c5efa |
---|---|
199 void | 199 void |
200 tree_postfix_expression::accept (tree_walker& tw) | 200 tree_postfix_expression::accept (tree_walker& tw) |
201 { | 201 { |
202 tw.visit_postfix_expression (*this); | 202 tw.visit_postfix_expression (*this); |
203 } | 203 } |
204 | |
205 /* | |
206 ;;; Local Variables: *** | |
207 ;;; mode: C++ *** | |
208 ;;; End: *** | |
209 */ |