Mercurial > hg > octave-nkf
diff src/pt-bp.h @ 7715:5b4d278ec828
parse scripts completely before executing
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 16 Apr 2008 15:09:56 -0400 |
parents | a1dbe9d80eee |
children | 6b521b1e3631 |
line wrap: on
line diff
--- a/src/pt-bp.h +++ b/src/pt-bp.h @@ -69,12 +69,16 @@ void visit_complex_for_command (tree_complex_for_command&); + void visit_octave_user_script (octave_user_script&); + void visit_octave_user_function (octave_user_function&); void visit_octave_user_function_header (octave_user_function&); void visit_octave_user_function_trailer (octave_user_function&); + void visit_function_def (tree_function_def&); + void visit_identifier (tree_identifier&); void visit_if_clause (tree_if_clause&);