Mercurial > hg > octave-nkf
diff src/octave.cc @ 2985:aa9d0c0e0458
[project @ 1997-05-16 06:54:18 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 06:55:52 +0000 |
parents | 20f5cec4f11c |
children | 91589ab98e37 |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -215,7 +215,7 @@ static void execute_startup_files (void) { - begin_unwind_frame ("execute_startup_files"); + unwind_protect::begin_frame ("execute_startup_files"); // XXX FIXME XXX -- need to make it possible to set this in startup // files. @@ -277,7 +277,7 @@ parse_and_execute (local_rc, verbose); } - run_unwind_frame ("execute_startup_files"); + unwind_protect::run_frame ("execute_startup_files"); } // Usage message with extra help.