Mercurial > hg > octave-lyh
diff src/pt-pr-code.h @ 2891:1a30f46e1870
[project @ 1997-04-28 01:49:00 by jwe]
author | jwe |
---|---|
date | Mon, 28 Apr 1997 02:01:22 +0000 |
parents | 8b262e771614 |
children | 194b50e4725b |
line wrap: on
line diff
--- a/src/pt-pr-code.h +++ b/src/pt-pr-code.h @@ -50,8 +50,6 @@ void visit_break_command (tree_break_command&); - void visit_builtin (tree_builtin&); - void visit_colon_expression (tree_colon_expression&); void visit_continue_command (tree_continue_command&); @@ -64,11 +62,11 @@ void visit_for_command (tree_for_command&); - void visit_function (tree_function&); + void visit_octave_user_function (octave_user_function&); - void visit_function_header (tree_function&); + void visit_octave_user_function_header (octave_user_function&); - void visit_function_trailer (tree_function&); + void visit_octave_user_function_trailer (octave_user_function&); void visit_identifier (tree_identifier&);