This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Needed one more cast after 32760. The VMS compiler complained
authorCraig A. Berry <craigberry@mac.com>
Mon, 31 Dec 2007 23:49:48 +0000 (23:49 +0000)
committerCraig A. Berry <craigberry@mac.com>
Mon, 31 Dec 2007 23:49:48 +0000 (23:49 +0000)
commit20bff64c49dd2f5a078490a2b3c858a4380fd121
tree096885521ce12114497f08b9c1a0038047e2ddbe
parentb9893e571ac0b667e330dd75c20bb498b61c4750
Needed one more cast after 32760.  The VMS compiler complained
that a pointer to int and pointer to long are different things
even though they both point to a 32-bit signed integer.

p4raw-id: //depot/perl@32792
av.c