Mercurial > hg > octave-lyh
diff src/pt-walk.h @ 2891:1a30f46e1870
[project @ 1997-04-28 01:49:00 by jwe]
author | jwe |
---|---|
date | Mon, 28 Apr 1997 02:01:22 +0000 |
parents | b4a9f014a8ea |
children | 194b50e4725b |
line wrap: on
line diff
--- a/src/pt-walk.h +++ b/src/pt-walk.h @@ -26,14 +26,13 @@ class tree_argument_list; class tree_binary_expression; class tree_break_command; -class tree_builtin; class tree_colon_expression; class tree_continue_command; class tree_decl_command; class tree_decl_elt; class tree_decl_init_list; class tree_for_command; -class tree_function; +class octave_user_function; class tree_identifier; class tree_if_clause; class tree_if_command; @@ -84,9 +83,6 @@ visit_break_command (tree_break_command&) = 0; virtual void - visit_builtin (tree_builtin&) = 0; - - virtual void visit_colon_expression (tree_colon_expression&) = 0; virtual void @@ -105,7 +101,7 @@ visit_for_command (tree_for_command&) = 0; virtual void - visit_function (tree_function&) = 0; + visit_octave_user_function (octave_user_function&) = 0; virtual void visit_identifier (tree_identifier&) = 0;