Mercurial > hg > octave-nkf
diff src/pt-const.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 |
line wrap: on
line diff
--- a/src/pt-const.h +++ b/src/pt-const.h @@ -29,14 +29,13 @@ #include "oct-alloc.h" -#include "pt-bp.h" -#include "pt-exp.h" - class octave_value_list; - class tree_walker; #include "ov.h" +#include "pt-bp.h" +#include "pt-exp.h" +#include "symtab.h" class tree_constant : public tree_expression @@ -83,7 +82,7 @@ octave_value_list rvalue (int nargout); - tree_expression *dup (symbol_table *sym_tab); + tree_expression *dup (symbol_table::scope_id scope); void accept (tree_walker& tw);