This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Nov 2010 15:40:59 +0000 (15:40 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Nov 2010 16:19:14 +0000 (16:19 +0000)
commit282b29ee4859384c5da0d13a238cc0d52b072e3a
tree2477a959e9bcf247aa59167a0d73b0b6fc55e17d
parentdd56ec38a36f4ba9784fbc0c3d5b53d795977d64
Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.

Previously S_doopen_pm() took a char */STRLEN pair, but it happened that the
pointer was always from an SV. So pass the SV directly.
embed.fnc
embed.h
pp_ctl.c
proto.h