# HG changeset patch # User John W. Eaton # Date 1392418812 18000 # Node ID 0c0aea0ab1bbaf920be801d2e01e6099de969771 # Parent de728273f85578c5313cf96c916e136d20c2c083 avoid popen macro in stable-octave diff -r de728273f855 -r 0c0aea0ab1bb src/stable-octave-1-fixes.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/stable-octave-1-fixes.patch Fri Feb 14 18:00:12 2014 -0500 @@ -0,0 +1,12 @@ +diff -ur a/libinterp/corefcn/file-io.cc b/libinterp/corefcn/file-io.cc +--- a/libinterp/corefcn/file-io.cc 2014-01-08 01:39:44.000000000 -0500 ++++ b/libinterp/corefcn/file-io.cc 2014-02-14 17:31:58.816756036 -0500 +@@ -1801,7 +1801,7 @@ + return retval; + } + +-DEFUN (popen, args, , ++DEFUNX ("popen", Fpopen, args, , + "-*- texinfo -*-\n\ + @deftypefn {Built-in Function} {@var{fid} =} popen (@var{command}, @var{mode})\n\ + Start a process and create a pipe. The name of the command to run is\n\