diff src/pt-eval.h @ 9484:bbe033dcfe13

make dbwhere work when called at keyboard prompt
author John W. Eaton <jwe@octave.org>
date Tue, 04 Aug 2009 15:32:14 -0400
parents 3c1762c7e787
children 2cd940306a06
line wrap: on
line diff
--- a/src/pt-eval.h	Tue Aug 04 12:59:16 2009 -0400
+++ b/src/pt-eval.h	Tue Aug 04 15:32:14 2009 -0400
@@ -132,10 +132,6 @@
 
   void visit_do_until_command (tree_do_until_command&);
 
-  static int debug_line (void) { return db_line; }
-
-  static int debug_column (void) { return db_column; }
-
   // If > 0, stop executing at the (N-1)th stopping point, counting
   //         from the the current execution point in the current frame.
   //
@@ -160,12 +156,9 @@
 
   void do_breakpoint (tree_statement& stmt) const;
 
-  void do_breakpoint (bool is_breakpoint, int l, int c,
+  void do_breakpoint (bool is_breakpoint,
 		      bool is_end_of_fcn_or_script = false) const;
 
-  static int db_line;
-  static int db_column;
-
   // No copying!
 
   tree_evaluator (const tree_evaluator&);