diff liboctave/MArray.h @ 2391:b12625d6fbcd

[project @ 1996-10-12 19:35:37 by jwe]
author jwe
date Sat, 12 Oct 1996 19:43:12 +0000
parents 1b57120c997b
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/MArray.h
+++ b/liboctave/MArray.h
@@ -91,6 +91,10 @@
   friend MArray<T> operator - (const MArray<T>& a);
 };
 
+extern void
+gripe_nonconformant (const char *op, int op1_len, int op2_len);
+
+
 #define INSTANTIATE_MARRAY_FRIENDS(T) \
   template MArray<T>& operator += (MArray<T>& a, const T& s); \
   template MArray<T>& operator -= (MArray<T>& a, const T& s); \