diff src/pt-exp.cc @ 10832:1b2fcd122c6a

allow user detect ignored outputs in m-functions
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 29 Jul 2010 12:45:23 +0200
parents 57a59eae83cc
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/pt-exp.cc	Thu Jul 29 08:51:23 2010 +0200
+++ b/src/pt-exp.cc	Thu Jul 29 12:45:23 2010 +0200
@@ -69,6 +69,12 @@
   return octave_value_list ();
 }
 
+octave_value_list
+tree_expression::rvalue (int nargout, const std::list<octave_lvalue> *)
+{
+  return rvalue (nargout);
+}
+
 octave_lvalue
 tree_expression::lvalue (void)
 {