comparison src/pt-colon.h @ 7767:71f068b22fcc

scope and context fixes for function handles
author John W. Eaton <jwe@octave.org>
date Wed, 07 May 2008 13:45:30 -0400
parents 745a8299c2b5
children 3100283874d7
comparison
equal deleted inserted replaced
7766:fc81e027c53c 7767:71f068b22fcc
90 tree_expression *increment (void) { return op_increment; } 90 tree_expression *increment (void) { return op_increment; }
91 91
92 int line (void) const; 92 int line (void) const;
93 int column (void) const; 93 int column (void) const;
94 94
95 tree_expression *dup (symbol_table::scope_id scope); 95 tree_expression *dup (symbol_table::scope_id scope,
96 symbol_table::context_id context);
96 97
97 void accept (tree_walker& tw); 98 void accept (tree_walker& tw);
98 99
99 private: 100 private:
100 101