Mercurial > hg > octave-lyh
diff src/dirfns.cc @ 2985:aa9d0c0e0458
[project @ 1997-05-16 06:54:18 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 06:55:52 +0000 |
parents | 66ef74ee5d9f |
children | 38de16594cb4 |
line wrap: on
line diff
--- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -154,7 +154,7 @@ delete [] ls_command; - add_unwind_protect (cleanup_iprocstream, cmd); + unwind_protect::add (cleanup_iprocstream, cmd); if (cmd && *cmd) { @@ -165,7 +165,7 @@ else error ("couldn't start process for ls!"); - run_unwind_protect (); + unwind_protect::run (); return retval; }