Mercurial > hg > octave-lyh
diff src/pt-bp.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/src/pt-bp.h +++ b/src/pt-bp.h @@ -62,7 +62,7 @@ void visit_decl_elt (tree_decl_elt&); - void visit_decl_init_list (tree_decl_init_list&); + void visit_decl_init_list (tree_decl_init_list&); void visit_while_command (tree_while_command&); @@ -133,7 +133,7 @@ void visit_unwind_protect_command (tree_unwind_protect_command&); octave_value_list get_list (void) { return bp_list; } - + int get_line (void) { return line; } private: