diff libinterp/parse-tree/oct-parse.yy @ 27474:3fec8e9fa2aa

make recover_from_exception a member function * interpreter.h, interpreter.cc (interpreter::recover_from_exception): Now a member function. Change all uses.
author John W. Eaton <jwe@octave.org>
date Fri, 04 Oct 2019 16:40:30 -0400
parents fd32c1a9b1bd
children 458adc344819
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Fri Oct 04 13:51:47 2019 -0700
+++ b/libinterp/parse-tree/oct-parse.yy	Fri Oct 04 16:40:30 2019 -0400
@@ -2550,7 +2550,7 @@
           }
         catch (const execution_exception&)
           {
-            interpreter::recover_from_exception ();
+            interp.recover_from_exception ();
           }
       }
     else
@@ -4200,7 +4200,7 @@
           }
         catch (const execution_exception&)
           {
-            interpreter::recover_from_exception ();
+            interp.recover_from_exception ();
           }
       }