This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix i64size and u64size on VMS.
authorCraig A. Berry <craigberry@mac.com>
Fri, 9 Dec 2016 22:54:20 +0000 (16:54 -0600)
committerCraig A. Berry <craigberry@mac.com>
Fri, 9 Dec 2016 22:54:20 +0000 (16:54 -0600)
commit9d555269eb2d76e17d6ebc6a474bb240028c4db8
tree08a1d637443b15ea976f4eeceb679cc81b3b3db0
parentc9b6887cd19a78084575865dae60303ab8c2f4c1
Fix i64size and u64size on VMS.

These are always 8 bytes and, since VAX is no longer supported,
always defined, so don't make them conditional on -Duse64bitint.
configure.com