Mercurial > hg > octave-lyh
diff src/pt-jump.h @ 5861:2a6cb4ed8f1e
[project @ 2006-06-16 05:09:41 by jwe]
author | jwe |
---|---|
date | Fri, 16 Jun 2006 05:09:42 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/pt-jump.h +++ b/src/pt-jump.h @@ -42,6 +42,8 @@ void eval (void); + tree_command *dup (symbol_table *); + void accept (tree_walker& tw); static int breaking; @@ -69,6 +71,8 @@ void eval (void); + tree_command *dup (symbol_table *); + void accept (tree_walker& tw); static int continuing; @@ -96,6 +100,8 @@ void eval (void); + tree_command *dup (symbol_table *); + void accept (tree_walker& tw); static int returning;