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

[project @ 1997-05-16 06:54:18 by jwe]
author jwe
date Fri, 16 May 1997 06:55:52 +0000
parents a3556d2adec9
children 30770ba4457a
line wrap: on
line diff
--- a/src/ov-struct.cc
+++ b/src/ov-struct.cc
@@ -87,7 +87,7 @@
   // standard order.  Maybe all substructures first, maybe
   // alphabetize entries, etc.
 
-  begin_unwind_frame ("octave_struct_print");
+  unwind_protect::begin_frame ("octave_struct_print");
 
   unwind_protect_int (Vstruct_levels_to_print);
 
@@ -119,7 +119,7 @@
       newline (os);
     }
 
-  run_unwind_frame ("octave_struct_print");
+  unwind_protect::run_frame ("octave_struct_print");
 }
 
 bool