From 282b29ee4859384c5da0d13a238cc0d52b072e3a Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 9 Nov 2010 15:40:59 +0000 Subject: 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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.h') diff --git a/embed.h b/embed.h index 7f079b7b0f..72cdfc0071 100644 --- a/embed.h +++ b/embed.h @@ -1522,7 +1522,7 @@ # endif # if !defined(PERL_DISABLE_PMC) # if defined(PERL_IN_PP_CTL_C) -#define doopen_pm(a,b) S_doopen_pm(aTHX_ a,b) +#define doopen_pm(a) S_doopen_pm(aTHX_ a) # endif # endif # if !defined(PERL_NO_UTF16_FILTER) -- cgit v1.2.1