Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a.
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Jun 2013 21:25:26 +0000 (14:25 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 24 Jun 2013 23:33:21 +0000 (01:33 +0200)
commite93a7aed5025e7a4a75183e849970644a7f6f868
tree2b6339574d5f8c07fc29998d496c68735a12ba3a
parent391c72152e89f549903d94fa5a57cda2ddcd58f7
Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a.

B.xs contains a table of offsets and sizes for members of the various SV
structures. This needs updating as 51c78f1b91bbcd7a changed CvFLAGS from
U16 to U32. This ommision won't be noticed on little endian platforms, but on
big endian platforms B::CV::CvFLAGS will return 0 instead of the true value.

For: RT #118603
ext/B/B.xs