This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change sv_eq_pvn_flags()'s parameter pvlen from I32 to STRLEN.
authorNicholas Clark <nick@ccl4.org>
Fri, 15 Jul 2011 12:46:30 +0000 (14:46 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 15 Jul 2011 12:46:30 +0000 (14:46 +0200)
commit76d60a5393cb55f0d74c183769765dc7db58d81c
treebfde2e7c0d4b4df413e961dd5a749e8d1b6fbbac
parenteebd3bc0dfa10c5d80023c98a5e80dc4fb6689ca
Change sv_eq_pvn_flags()'s parameter pvlen from I32 to STRLEN.

Change its return type to bool from I32, as it only returns truth or falsehood.
pad.c