This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
squelch some more type mismatch warnings
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 21 Apr 2002 22:32:29 +0000 (22:32 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 21 Apr 2002 22:32:29 +0000 (22:32 +0000)
commit91f3b821ca3eaa8b7d74bb338729ba51b7b68a90
tree07c31a8443cfe72d822b821516a5f4ef90099af5
parent11ef8fddd64f78304dc923b07dffddd7a4f28074
squelch some more type mismatch warnings

SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition

p4raw-id: //depot/perl@16055
dump.c
ext/Cwd/Cwd.xs
ext/Data/Dumper/Dumper.xs
ext/File/Glob/bsd_glob.c
ext/IO/IO.xs
ext/IO/poll.c
ext/PerlIO/Scalar/Scalar.xs
ext/PerlIO/encoding/encoding.xs
pp.c
regexec.c
sv.h