diff src/ov.h @ 5508:7865515fc6c2

[project @ 2005-10-26 15:24:07 by jwe]
author jwe
date Wed, 26 Oct 2005 15:24:08 +0000
parents df230b7df93c
children dfa2da0563e5
line wrap: on
line diff
--- a/src/ov.h	Wed Oct 26 08:01:24 2005 +0000
+++ b/src/ov.h	Wed Oct 26 15:24:08 2005 +0000
@@ -833,6 +833,15 @@
   octave_value *nil_rep (void) const;
 };
 
+// Publish externally used friend functions.
+
+extern octave_value
+do_unary_op (octave_value::unary_op op, const octave_value& a);
+
+extern octave_value
+do_binary_op (octave_value::binary_op op,
+	      const octave_value& a, const octave_value& b);
+
 #define OV_UNOP_FN(name) \
   inline octave_value \
   name (const octave_value& a) \