This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op_reg_common.h: Refactor variable for safety
authorKarl Williamson <public@khwilliamson.com>
Sat, 31 Jul 2010 20:13:40 +0000 (14:13 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 11 Aug 2010 08:23:35 +0000 (10:23 +0200)
commit3214c85f0cf79132ec9bd3848fbc74923594dc83
tree719175833b18a83a83110972f2c73a9fb8438fb8
parentf4a4cecbe54b6ef3f12e504d1840e450819f026b
op_reg_common.h: Refactor variable for safety

This patch changes the variable that tells how many common bits there
are to instead be +1 that value, so bits won't get reused.  A later
commit will renumber the bits in op.h and regexp.h, but for now things
are left as-is there, which means the base variables in those two files
must subtract one to compensate for the +1
op.h
op_reg_common.h
regexp.h