diff src/ov-list.cc @ 2985:aa9d0c0e0458

[project @ 1997-05-16 06:54:18 by jwe]
author jwe
date Fri, 16 May 1997 06:55:52 +0000
parents ebbc34ff7f66
children 91589ab98e37
line wrap: on
line diff
--- a/src/ov-list.cc
+++ b/src/ov-list.cc
@@ -89,7 +89,7 @@
 void
 octave_list::print_raw (ostream& os, bool) const
 {
-  begin_unwind_frame ("octave_list_print");
+  unwind_protect::begin_frame ("octave_list_print");
 
   indent (os);
   os << "(";
@@ -118,7 +118,7 @@
   os << ")";
   newline (os);
 
-  run_unwind_frame ("octave_list_print");
+  unwind_protect::run_frame ("octave_list_print");
 }
 
 bool