diff src/ov.h @ 8982:dc6bda6f9994

implement compound logical ops
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 14 Mar 2009 23:08:08 +0100
parents 93f18f166aba
children d12f44a5dce3
line wrap: on
line diff
--- a/src/ov.h	Sat Mar 14 19:42:50 2009 +0100
+++ b/src/ov.h	Sat Mar 14 23:08:08 2009 +0100
@@ -112,6 +112,10 @@
     op_mul_trans,
     op_herm_mul,      
     op_mul_herm,
+    op_el_not_and,
+    op_el_not_or,
+    op_el_and_not,
+    op_el_or_not,
     num_compound_binary_ops,
     unknown_compound_binary_op
   };