Change all B's unsigned constants from IVs to UVs.
authorNicholas Clark <nick@ccl4.org>
Tue, 6 Aug 2013 11:15:13 +0000 (13:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 7 Aug 2013 09:29:30 +0000 (11:29 +0200)
commitecbafe5df9da96bed2cdc5310cbc73d973d7c424
tree24af12d0c8b8bc46051f2db235a736f849df2810
parent7d6d3fb7dc08e427517e383b8ab9c9c47cbaab14
Change all B's unsigned constants from IVs to UVs.

Apart from HEf_SVKEY, all constants are actually unsigned, so this change
avoids 2 warnings "initializer does not fit or is out of range" from the
Solaris C compiler for the two constants with the value 0x80000000
ext/B/Makefile.PL