diff src/pt-except.h @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents a1dbe9d80eee
children 71f068b22fcc
line wrap: on
line diff
--- a/src/pt-except.h
+++ b/src/pt-except.h
@@ -30,6 +30,7 @@
 
 #include "comment-list.h"
 #include "pt-cmd.h"
+#include "symtab.h"
 
 // Simple exception handling.
 
@@ -64,7 +65,7 @@
 
   octave_comment_list *trailing_comment (void) { return trail_comm; }
 
-  tree_command *dup (symbol_table *sym_tab);
+  tree_command *dup (symbol_table::scope_id scope);
 
   void accept (tree_walker& tw);
 
@@ -126,7 +127,7 @@
 
   octave_comment_list *trailing_comment (void) { return trail_comm; }
 
-  tree_command *dup (symbol_table *sym_tab);
+  tree_command *dup (symbol_table::scope_id scope);
 
   void accept (tree_walker& tw);