comparison src/pt-const.cc @ 7924:4976f66d469b

miscellaneous cleanup
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 17:59:28 -0400
parents 71f068b22fcc
children 73c4516fae10
comparison
equal deleted inserted replaced
7923:c3d21b9b94b6 7924:4976f66d469b
70 return retval; 70 return retval;
71 } 71 }
72 72
73 tree_expression * 73 tree_expression *
74 tree_constant::dup (symbol_table::scope_id, 74 tree_constant::dup (symbol_table::scope_id,
75 symbol_table::context_id context) 75 symbol_table::context_id /*context*/)
76 { 76 {
77 tree_constant *new_tc 77 tree_constant *new_tc
78 = new tree_constant (val, orig_text, line (), column ()); 78 = new tree_constant (val, orig_text, line (), column ());
79 79
80 new_tc->copy_base (*this); 80 new_tc->copy_base (*this);