comparison src/pt-cell.h @ 8913:35cd375d4bb3

make tree::dup functions const
author John W. Eaton <jwe@octave.org>
date Thu, 05 Mar 2009 13:50:25 -0500
parents 73c4516fae10
children eb63fbe60fab
comparison
equal deleted inserted replaced
8912:57c3155754d6 8913:35cd375d4bb3
52 octave_value rvalue1 (int nargout = 1); 52 octave_value rvalue1 (int nargout = 1);
53 53
54 octave_value_list rvalue (int); 54 octave_value_list rvalue (int);
55 55
56 tree_expression *dup (symbol_table::scope_id scope, 56 tree_expression *dup (symbol_table::scope_id scope,
57 symbol_table::context_id context); 57 symbol_table::context_id context) const;
58 58
59 void accept (tree_walker& tw); 59 void accept (tree_walker& tw);
60 60
61 private: 61 private:
62 62