diff src/ov.h @ 4018:a8621d87fbf5

[project @ 2002-08-05 03:17:25 by jwe]
author jwe
date Mon, 05 Aug 2002 03:17:25 +0000
parents 6476dd85a65f
children 9678c5526190
line wrap: on
line diff
--- a/src/ov.h	Sat Aug 03 04:07:15 2002 +0000
+++ b/src/ov.h	Mon Aug 05 03:17:25 2002 +0000
@@ -132,11 +132,13 @@
     op_mul_eq,
     op_div_eq,
     op_ldiv_eq,
+    op_pow_eq,
     op_lshift_eq,
     op_rshift_eq,
     op_el_mul_eq,
     op_el_div_eq,
     op_el_ldiv_eq,
+    op_el_pow_eq,
     op_el_and_eq,
     op_el_or_eq,
     num_assign_ops,