Mercurial > hg > octave-lyh
diff src/pt-stmt.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 |
parents | cd96d29c5efa |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/pt-stmt.h +++ b/src/pt-stmt.h @@ -94,7 +94,7 @@ void set_expression (tree_expression *e) { expr = e; } tree_statement *dup (symbol_table::scope_id scope, - symbol_table::context_id context) const; + symbol_table::context_id context) const; void accept (tree_walker& tw); @@ -135,11 +135,11 @@ ~tree_statement_list (void) { while (! empty ()) - { - iterator p = begin (); - delete *p; - erase (p); - } + { + iterator p = begin (); + delete *p; + erase (p); + } } void mark_as_function_body (void) { function_body = true; } @@ -161,7 +161,7 @@ octave_value_list list_breakpoints (void); tree_statement_list *dup (symbol_table::scope_id scope, - symbol_table::context_id context) const; + symbol_table::context_id context) const; void accept (tree_walker& tw);