comparison src/stable-octave-1-fixes.patch @ 3520:0c0aea0ab1bb

avoid popen macro in stable-octave
author John W. Eaton <jwe@octave.org>
date Fri, 14 Feb 2014 18:00:12 -0500
parents
children f285f1a665d4
comparison
equal deleted inserted replaced
3519:de728273f855 3520:0c0aea0ab1bb
1 diff -ur a/libinterp/corefcn/file-io.cc b/libinterp/corefcn/file-io.cc
2 --- a/libinterp/corefcn/file-io.cc 2014-01-08 01:39:44.000000000 -0500
3 +++ b/libinterp/corefcn/file-io.cc 2014-02-14 17:31:58.816756036 -0500
4 @@ -1801,7 +1801,7 @@
5 return retval;
6 }
7
8 -DEFUN (popen, args, ,
9 +DEFUNX ("popen", Fpopen, args, ,
10 "-*- texinfo -*-\n\
11 @deftypefn {Built-in Function} {@var{fid} =} popen (@var{command}, @var{mode})\n\
12 Start a process and create a pipe. The name of the command to run is\n\