summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/op.c b/op.c
index c17d1b07d2..9830c1a7e8 100644
--- a/op.c
+++ b/op.c
@@ -8948,7 +8948,7 @@ Perl_load_module(pTHX_ U32 flags, SV *name, SV *ver, ...)
va_end(args);
}
-#ifdef PERL_IMPLICIT_CONTEXT
+#ifdef MULTIPLICITY
void
Perl_load_module_nocontext(U32 flags, SV *name, SV *ver, ...)
{
@@ -12184,7 +12184,7 @@ Perl_newXS_len_flags(pTHX_ const char *name, STRLEN len,
}
CvISXSUB_on(cv);
CvXSUB(cv) = subaddr;
-#ifndef PERL_IMPLICIT_CONTEXT
+#ifndef MULTIPLICITY
CvHSCXT(cv) = &PL_stack_sp;
#else
PoisonPADLIST(cv);