diff libinterp/octave-value/ov-base.h @ 26525:0d3eca5955dc stable

Backed out changeset 920a4ad8043b (bug #54995)
author John W. Eaton <jwe@octave.org>
date Sat, 12 Jan 2019 08:09:02 -0500
parents 00f796120a6d
children cd73f8e9235f
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Fri Jan 11 21:57:36 2019 -0500
+++ b/libinterp/octave-value/ov-base.h	Sat Jan 12 08:09:02 2019 -0500
@@ -888,4 +888,8 @@
                const std::list<octave_value_list>& idx,
                const std::string& who);
 
+// Tells whether some regular octave_value_base methods are being called from
+// within the "builtin" function.
+extern OCTINTERP_API bool called_from_builtin (void);
+
 #endif