comparison libinterp/octave-value/ov-usr-fcn.cc @ 20941:a4f5da7c5463

maint: Replace "octave_value_list ()" with "ovl ()". * debug.cc, det.cc, ellipj.cc, error.cc, file-io.cc, graphics.cc, hess.cc, input.cc, inv.cc, load-path.cc, lu.cc, octave-link.cc, pager.cc, pinv.cc, pr-output.cc, profiler.cc, schur.cc, symtab.cc, sysdep.cc, urlwrite.cc, variables.cc, __magick_read__.cc, audioread.cc, chol.cc, ov-classdef.h, ov-cs-list.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-usr-fcn.cc: maint: Replace "octave_value_list ()" with "ovl ()".
author Rik <rik@octave.org>
date Fri, 18 Dec 2015 16:18:41 -0800
parents 48b2ad5ee801
children 850e3d2533d4
comparison
equal deleted inserted replaced
20940:48b2ad5ee801 20941:a4f5da7c5463
1078 return ovl (r); 1078 return ovl (r);
1079 } 1079 }
1080 else 1080 else
1081 gripe_wrong_type_arg ("isargout", args(0)); 1081 gripe_wrong_type_arg ("isargout", args(0));
1082 1082
1083 return octave_value_list (); 1083 return ovl ();
1084 } 1084 }
1085 1085
1086 /* 1086 /*
1087 %!function [x, y] = try_isargout () 1087 %!function [x, y] = try_isargout ()
1088 %! if (isargout (1)) 1088 %! if (isargout (1))