comparison libinterp/corefcn/urlwrite.cc @ 21127:df7891224709

maint: Use "return ovl (...)" in DEFUN macros. * cellfun.cc, data.cc, debug.cc, defaults.cc, det.cc, dirfns.cc, dlmread.cc, error.cc, file-io.cc, getrusage.cc, graphics.cc, help.cc, input.cc, inv.cc, kron.cc, load-path.cc, pager.cc, pinv.cc, rand.cc, strfns.cc, urlwrite.cc, chol.cc, ov-classdef.cc, ov-struct.cc: Use "return ovl (...)" in DEFUN macros, rather than "return octave_value (...)".
author Rik <rik@octave.org>
date Thu, 21 Jan 2016 09:47:50 -0800
parents f5b17eb2508b
children fcac5dbbf9ed
comparison
equal deleted inserted replaced
21126:ba0a4b4f021d 21127:df7891224709
513 : ""; 513 : "";
514 514
515 curl_handle ch 515 curl_handle ch
516 = ch_manager::make_curl_handle (host, user, passwd, octave_stdout); 516 = ch_manager::make_curl_handle (host, user, passwd, octave_stdout);
517 517
518 return octave_value (ch.value ()); 518 return ovl (ch.value ());
519 } 519 }
520 520
521 DEFUN (__ftp_pwd__, args, , 521 DEFUN (__ftp_pwd__, args, ,
522 "-*- texinfo -*-\n\ 522 "-*- texinfo -*-\n\
523 @deftypefn {} {} __ftp_pwd__ (@var{handle})\n\ 523 @deftypefn {} {} __ftp_pwd__ (@var{handle})\n\