Mercurial > hg > octave-nkf
comparison src/pt-check.cc @ 5861:2a6cb4ed8f1e
[project @ 2006-06-16 05:09:41 by jwe]
author | jwe |
---|---|
date | Fri, 16 Jun 2006 05:09:42 +0000 |
parents | 4c8a2e4e0717 |
children | 516d3071b34c |
comparison
equal
deleted
inserted
replaced
5860:b645066d40ad | 5861:2a6cb4ed8f1e |
---|---|
300 rhs->accept (*this); | 300 rhs->accept (*this); |
301 } | 301 } |
302 | 302 |
303 void | 303 void |
304 tree_checker::visit_no_op_command (tree_no_op_command& /* cmd */) | 304 tree_checker::visit_no_op_command (tree_no_op_command& /* cmd */) |
305 { | |
306 } | |
307 | |
308 void | |
309 tree_checker::visit_anon_fcn_handle (tree_anon_fcn_handle& /* afh */) | |
305 { | 310 { |
306 } | 311 } |
307 | 312 |
308 void | 313 void |
309 tree_checker::visit_constant (tree_constant& /* val */) | 314 tree_checker::visit_constant (tree_constant& /* val */) |