diff libinterp/parse-tree/parse.h @ 17577:c702371ff6df classdef

maint: periodic merge of default to classdef
author John W. Eaton <jwe@octave.org>
date Sat, 05 Oct 2013 11:22:09 -0400
parents 7368654f302f e6c0ac8ce5b6
children 93b3d03b05e7
line wrap: on
line diff
--- a/libinterp/parse-tree/parse.h	Thu Sep 12 21:08:07 2013 -0400
+++ b/libinterp/parse-tree/parse.h	Sat Oct 05 11:22:09 2013 -0400
@@ -215,8 +215,9 @@
   // Build a try-catch command.
   tree_command *
   make_try_command (token *try_tok, tree_statement_list *body,
-                    tree_statement_list *cleanup, token *end_tok,
-                    octave_comment_list *lc, octave_comment_list *mc);
+                    char catch_sep, tree_statement_list *cleanup,
+                    token *end_tok, octave_comment_list *lc,
+                    octave_comment_list *mc);
 
   // Build a while command.
   tree_command *