changeset 1691:c93fbebdb692 octave-forge

INSTALL_G_CATOP is a null macro < 2.1.58
author adb014
date Fri, 03 Sep 2004 21:07:16 +0000
parents 4d21274e030a
children fdd97ed3e888
files main/comm/op-gm-s.cc main/comm/op-s-gm.cc
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/op-gm-s.cc	Fri Sep 03 18:36:24 2004 +0000
+++ b/main/comm/op-gm-s.cc	Fri Sep 03 21:07:16 2004 +0000
@@ -108,9 +108,7 @@
   INSTALL_BINOP (op_el_and, octave_galois, octave_scalar, el_and);
   INSTALL_BINOP (op_el_or, octave_galois, octave_scalar, el_or);
 
-#ifdef DEFCATOP
   INSTALL_G_CATOP (octave_galois, octave_scalar, gm_s);
-#endif
 
   INSTALL_ASSIGNOP (op_asn_eq, octave_galois, octave_scalar, assign);
 }
--- a/main/comm/op-s-gm.cc	Fri Sep 03 18:36:24 2004 +0000
+++ b/main/comm/op-s-gm.cc	Fri Sep 03 21:07:16 2004 +0000
@@ -112,9 +112,7 @@
   INSTALL_BINOP (op_el_and, octave_scalar, octave_galois, el_and);
   INSTALL_BINOP (op_el_or, octave_scalar, octave_galois, el_or);
 
-#ifdef DEFCATOP
   INSTALL_G_CATOP (octave_scalar, octave_galois, s_gm);
-#endif
 
   INSTALL_ASSIGNCONV (octave_scalar, octave_galois, octave_galois);
 }