diff libinterp/parse-tree/oct-parse.yy @ 15469:72868cae7624

eliminate some deprecated function warnings * input.cc, load-path.cc, ov-oncleanup.cc, oct-parse.yy, pt-eval.cc: Eliminate calls to unwind_protect::run_top and unwind_protect::discard_top.
author John W. Eaton <jwe@octave.org>
date Mon, 01 Oct 2012 18:32:31 -0400
parents 049e8bbff782
children 6ea536cb7360 2f4fa62089b3
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Mon Oct 01 18:32:12 2012 -0400
+++ b/libinterp/parse-tree/oct-parse.yy	Mon Oct 01 18:32:31 2012 -0400
@@ -4373,7 +4373,7 @@
 
       // Unmark forced variables.
       // Restore previous value of global_command.
-      frame.run_top (2);
+      frame.run (2);
 
       if (parse_status == 0)
         {