clean up the makedepend temp file
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 52b68cb..c9ec2df 100644 (file)
--- a/op.h
+++ b/op.h
@@ -118,6 +118,7 @@ Deprecated.  Use C<GIMME_V> instead.
 
 /* Private for OP_AASSIGN */
 #define OPpASSIGN_COMMON       64      /* Left & right have syms in common. */
+#define OPpASSIGN_HASH         32      /* Assigning to possible pseudohash. */
 
 /* Private for OP_SASSIGN */
 #define OPpASSIGN_BACKWARDS    64      /* Left & right switched. */