This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various "cast to pointer from integer of different size"
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 3 Jun 2001 23:37:17 +0000 (23:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 3 Jun 2001 23:37:17 +0000 (23:37 +0000)
commit425d70b4c4324ccafae8099527a1f9ab13640b5c
treef41a6c5d0e15d27cc9a028184b6d98d42e2cf3d0
parent5e931b6b27bc1bb6cc2bcce917cc8f887bf37d90
Various "cast to pointer from integer of different size"
picked up by gcc -Wall (in Tru64 where pointers are 64 bits
wide but I32 (int) only 32 bits wide).

WARNING: the classnum and tagnum changes in Storable.xs
may not be wise, they may be breaking binary compatibility
(in 64-bit platforms), asked Raphael Manfredi about the changes.

p4raw-id: //depot/perl@10417
embed.pl
ext/Devel/DProf/DProf.xs
ext/Storable/Storable.xs
mg.c