changeset 1210:dc7a13bed722

[project @ 1995-04-04 19:25:10 by jwe]
author jwe
date Tue, 04 Apr 1995 19:25:21 +0000
parents f2ba3aa8e40b
children ee2c6a67abe9
files liboctave/mx-kludge.cc liboctave/mx-kludge.h
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/mx-kludge.cc	Tue Apr 04 19:13:42 1995 +0000
+++ b/liboctave/mx-kludge.cc	Tue Apr 04 19:25:21 1995 +0000
@@ -285,10 +285,19 @@
 
 #endif
 
+#undef DO_VS_OP
 #undef DO_SV_OP
-#undef DO_VS_OP
 #undef DO_VV_OP
 #undef NEG_V
+#undef KL_VS_OP
+#undef KL_SV_OP
+#undef KL_VV_OP
+#undef KL_MS_OP
+#undef KL_SM_OP
+#undef KL_MM_OP
+#undef KL_DMS_OP
+#undef KL_SDM_OP
+#undef KL_DMDM_OP
 
 /*
 ;;; Local Variables: ***
--- a/liboctave/mx-kludge.h	Tue Apr 04 19:13:42 1995 +0000
+++ b/liboctave/mx-kludge.h	Tue Apr 04 19:25:21 1995 +0000
@@ -126,11 +126,6 @@
 
 #endif
 
-#undef DO_SV_OP
-#undef DO_VS_OP
-#undef DO_VV_OP
-#undef NEG_V
-
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***