comparison src/pt-arg-list.h @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents a1dbe9d80eee
children 71f068b22fcc
comparison
equal deleted inserted replaced
7335:58f5fab3ebe5 7336:745a8299c2b5
76 76
77 std::list<octave_lvalue> lvalue_list (void); 77 std::list<octave_lvalue> lvalue_list (void);
78 78
79 string_vector get_arg_names (void) const; 79 string_vector get_arg_names (void) const;
80 80
81 tree_argument_list *dup (symbol_table *sym_tab); 81 tree_argument_list *dup (symbol_table::scope_id scope);
82 82
83 void accept (tree_walker& tw); 83 void accept (tree_walker& tw);
84 84
85 private: 85 private:
86 86