diff libinterp/parse-tree/pt-eval.h @ 28541:5f4e8dddf05f

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jul 2020 19:40:20 -0400
parents b8ab8b58547d ea5a632b2553
children e26201931ea3
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.h	Tue Jul 07 13:15:45 2020 -0400
+++ b/libinterp/parse-tree/pt-eval.h	Tue Jul 07 19:40:20 2020 -0400
@@ -363,7 +363,8 @@
 
     octave_value_list
     convert_return_list_to_const_vector
-      (tree_parameter_list *ret_list, int nargout, const Cell& varargout);
+      (tree_parameter_list *ret_list, int nargout,
+       const Matrix& ignored_outputs, const Cell& varargout);
 
     bool eval_decl_elt (tree_decl_elt *elt);
 
@@ -741,7 +742,8 @@
 
     bool quit_loop_now (void);
 
-    void bind_auto_fcn_vars (const string_vector& arg_names, int nargin,
+    void bind_auto_fcn_vars (const string_vector& arg_names,
+                             const Matrix& ignored_outputs, int nargin,
                              int nargout, bool takes_varargs,
                              const octave_value_list& va_args);