# HG changeset patch # User jwe # Date 797023521 0 # Node ID dc7a13bed72292dcac53c0e4c9f36017cfd65789 # Parent f2ba3aa8e40b655a8ec7dba0830d997a0b2770df [project @ 1995-04-04 19:25:10 by jwe] diff -r f2ba3aa8e40b -r dc7a13bed722 liboctave/mx-kludge.cc --- 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: *** diff -r f2ba3aa8e40b -r dc7a13bed722 liboctave/mx-kludge.h --- 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++ ***