This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexp.h: Move bits around
authorKarl Williamson <public@khwilliamson.com>
Sun, 1 Aug 2010 04:20:43 +0000 (22:20 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 11 Aug 2010 08:23:35 +0000 (10:23 +0200)
commite795e96407a9fc6554e7af8feb583459eaf0cd1e
treef6eec734e2c5bf5510605dd6a7be0deefd81a8b4
parent1ad4ec548311231461a68d0e66335fc3abf1540f
regexp.h: Move bits around

make regen needed.

This commit moves some bits in extflags around so that all the unallocated
ones are at the boundary between the unshared portion and the portion
shared with op.h.  This allows them to be allocated in the future to go
either way, without affecting binary compatibility at that time.

The high-order bits are unaffected, but the low order ones move to fill
the gap.
pod/perl5134delta.pod
regexp.h
regnodes.h