diff libinterp/octave-value/ov-class.cc @ 29956:a956ca6698d2

move some error handling functions inside octave namespace * error.h, error.cc (defun_usage_message, set_warning_state, warning_enabled, disable_warning, interpreter_try): Move functions inside octave namespace. Deprecated global function names. Change uses as needed.
author John W. Eaton <jwe@octave.org>
date Sat, 14 Aug 2021 16:27:53 -0400
parents 32f4357ac8d9
children 32c3a5805893
line wrap: on
line diff
--- a/libinterp/octave-value/ov-class.cc	Sat Aug 14 15:47:41 2021 -0400
+++ b/libinterp/octave-value/ov-class.cc	Sat Aug 14 16:27:53 2021 -0400
@@ -1077,7 +1077,7 @@
 
           // Simulate try/catch.
 
-          interpreter_try (frame);
+          octave::interpreter_try (frame);
 
           bool execution_error = false;