This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.h: Move bits around to allow for future growth
authorKarl Williamson <public@khwilliamson.com>
Sun, 1 Aug 2010 04:21:54 +0000 (22:21 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 11 Aug 2010 08:23:35 +0000 (10:23 +0200)
commitbeae72eec1a5f0babdb94514be158b0d599d674a
tree960d5eaeea1c3fd7c9e38c4c178d96061a757143
parente795e96407a9fc6554e7af8feb583459eaf0cd1e
op.h: Move bits around to allow for future growth

This creates an unallocated space at the shared/unshared boundary of the
data with regexp.h.  This allows any future bits that may be needed to
go into either, without affecting binary compatibility.  I chose a
number of spare bits larger than I thought we would ever need
op.h