diff src/pt-eval.h @ 10219:979fb2606c4f

new tree_evaluator::do_keyoard function
author Ryan Rusaw <rrusaw@gmail.com>
date Fri, 29 Jan 2010 05:35:13 -0500
parents 095a1e670e68
children f3b65e1ae355
line wrap: on
line diff
--- a/src/pt-eval.h
+++ b/src/pt-eval.h
@@ -163,6 +163,9 @@
   void do_breakpoint (bool is_breakpoint,
 		      bool is_end_of_fcn_or_script = false) const;
 
+  virtual octave_value
+  do_keyboard (const octave_value_list& args = octave_value_list ()) const;
+
   // No copying!
 
   tree_evaluator (const tree_evaluator&);