diff liboctave/mk-ops.awk @ 9550:3d6a9aea2aea

refactor binary & bool ops in liboctave
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 19 Aug 2009 22:55:15 +0200
parents eb63fbe60fab
children 7dafdb8b062f
line wrap: on
line diff
--- a/liboctave/mk-ops.awk	Wed Aug 19 16:24:33 2009 +0200
+++ b/liboctave/mk-ops.awk	Wed Aug 19 22:55:15 2009 +0200
@@ -256,9 +256,8 @@
 	    }
 
           if (bool_ops)
-            printf ("%s%s_BOOL_OPS2 (%s, %s, %s, %s)\n", lhs_class, rhs_class,
-	            lhs_type, rhs_type, lhs_scalar_zero_val,
-	            rhs_scalar_zero_val) >> cc_file
+            printf ("%s%s_BOOL_OPS (%s, %s)\n", lhs_class, rhs_class,
+	            lhs_type, rhs_type) >> cc_file
 
 
           close (cc_file);