diff src/pt-loop.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-loop.h	Fri Feb 01 23:56:51 2008 -0500
+++ b/src/pt-loop.h	Fri Dec 28 20:56:58 2007 +0000
@@ -35,6 +35,7 @@
 
 #include "comment-list.h"
 #include "pt-cmd.h"
+#include "symtab.h"
 
 // TRUE means we are evaluating some kind of looping construct.
 extern bool evaluating_looping_command;
@@ -78,7 +79,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);
 
@@ -133,7 +134,7 @@
 
   void eval_error (void);
 
-  tree_command *dup (symbol_table *sym_tab);
+  tree_command *dup (symbol_table::scope_id scope);
 
   void accept (tree_walker& tw);
 
@@ -181,7 +182,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);
 
@@ -245,7 +246,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);