summaryrefslogtreecommitdiff
path: root/Lib/octave
diff options
context:
space:
mode:
authorMarkus Friedrich <friedrich.at.gc@googlemail.com>2022-01-16 09:58:25 +0100
committerMarkus Friedrich <friedrich.at.gc@googlemail.com>2022-01-16 09:58:25 +0100
commita5774a9d0f307f4c650c9999f53efc692ed95ddf (patch)
treeacd4bc25553f88aae529d6d517e5ed05d3a6dba0 /Lib/octave
parentbe0b975e6b8fcbe73d886c753cf6b3a12a8abdbf (diff)
downloadswig-a5774a9d0f307f4c650c9999f53efc692ed95ddf.tar.gz
Fixed octave version check and enabled VPATH build for check-octave-operator example
Diffstat (limited to 'Lib/octave')
-rw-r--r--Lib/octave/octrun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/octave/octrun.swg b/Lib/octave/octrun.swg
index b8e80957b..d94056c8c 100644
--- a/Lib/octave/octrun.swg
+++ b/Lib/octave/octrun.swg
@@ -812,7 +812,7 @@ SWIGRUNTIME void swig_acquire_ownership_obj(void *vptr, int own);
return as_value();
}
-#if SWIG_OCTAVE_PREREQ(6,0,0)
+#if SWIG_OCTAVE_PREREQ(4,4,0)
virtual bool isobject() const {
#else
virtual bool is_object() const {