diff libinterp/corefcn/load-path.cc @ 21125:8f76684324b5

maint: change "return octave_value ()" to "return ovl ()". * graphics.cc (Freset): change "return octave_value ()" to "return ovl ()". * load-path.cc (Fpath): change "return octave_value ()" to "return ovl ()". * audiodevinfo.cc (various functions): change "return octave_value ()" to "return ovl ()". Move return statement with #endif. * ov-class.cc (Fsuperiorto): change "return octave_value ()" to "return ovl ()".
author Rik <rik@octave.org>
date Wed, 20 Jan 2016 22:19:02 -0800
parents 49852ff04747
children df7891224709
line wrap: on
line diff
--- a/libinterp/corefcn/load-path.cc	Wed Jan 20 21:54:36 2016 -0800
+++ b/libinterp/corefcn/load-path.cc	Wed Jan 20 22:19:02 2016 -0800
@@ -2381,7 +2381,7 @@
       octave_stdout << "\n";
     }
 
-  return octave_value ();
+  return ovl ();
 }
 
 DEFUN (addpath, args, nargout,