This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix UV_SIZEOF to UVSIZE; change the overflow tests
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 6 Sep 1999 20:33:43 +0000 (20:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 6 Sep 1999 20:33:43 +0000 (20:33 +0000)
commit15041a678a73e91c0e4cece2b3fd5f83d5128900
treecd9546462d8091d12ae56cc28e5157e3b7afb234
parent1291a1920c36dc45039a0acbf53957ff30304657
Fix UV_SIZEOF to UVSIZE; change the overflow tests
so that they overflow also on 64-bit platforms.

p4raw-id: //depot/cfgperl@4093
t/pragma/warn/toke
t/pragma/warn/util
toke.c
util.c