diff src/ov.h @ 3204:81738e630f57

[project @ 1998-10-30 23:28:29 by jwe]
author jwe
date Fri, 30 Oct 1998 23:28:30 +0000
parents bc61b0e8d60e
children 549691faa638
line wrap: on
line diff
--- a/src/ov.h	Fri Oct 30 20:26:31 1998 +0000
+++ b/src/ov.h	Fri Oct 30 23:28:30 1998 +0000
@@ -129,10 +129,12 @@
     sub_eq,
     mul_eq,
     div_eq,
+    ldiv_eq,
     lshift_eq,
     rshift_eq,
     el_mul_eq,
     el_div_eq,
+    el_ldiv_eq,
     el_and_eq,
     el_or_eq,
     num_assign_ops,
@@ -517,6 +519,11 @@
 
   static int curr_print_indent_level;
   static bool beginning_of_line;
+
+  binary_op op_eq_to_binary_op (assign_op op);
+
+  void simple_assign (assign_op orig_op, const octave_value_list& idx,
+		      const octave_value& rhs);
 };
 
 #define OV_UNOP_FN(name) \