The CHECKOP macro was not invoked on some newly created ops
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 8 Jul 2003 20:26:20 +0000 (20:26 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 8 Jul 2003 20:26:20 +0000 (20:26 +0000)
commit463d09e6aae174eaf79dbe628f27cb752bc2f77b
tree845a46b23a6a2a5162cbeff1fa43dd0dcdb7186a
parentbe17bf04ae90bd9018133c867f86b22ba0016128
The CHECKOP macro was not invoked on some newly created ops
(to match them against the current opmask.) As a consequence,
Safe compartments were unable to trap some ops (pattern
match, slices, conditionals.) This fixes the holes.

p4raw-id: //depot/perl@20079
op.c