summaryrefslogtreecommitdiff
path: root/dist/Devel-PPPort/parts/inc/call
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Devel-PPPort/parts/inc/call')
-rw-r--r--dist/Devel-PPPort/parts/inc/call6
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/Devel-PPPort/parts/inc/call b/dist/Devel-PPPort/parts/inc/call
index af472ec4e1..351f8cc554 100644
--- a/dist/Devel-PPPort/parts/inc/call
+++ b/dist/Devel-PPPort/parts/inc/call
@@ -42,6 +42,8 @@ __UNDEFINED__ Perl_eval_pv perl_eval_pv
#endif
#endif
+__UNDEFINED__ G_LIST G_ARRAY /* Replace */
+
__UNDEFINED__ PERL_LOADMOD_DENY 0x1
__UNDEFINED__ PERL_LOADMOD_NOIMPORT 0x2
__UNDEFINED__ PERL_LOADMOD_IMPORT_OPS 0x4
@@ -128,9 +130,9 @@ vload_module(U32 flags, SV *name, SV *ver, va_list *args)
OP * const modname = newSVOP(OP_CONST, 0, name);
/* 5.005 has a somewhat hacky force_normal that doesn't croak on
- SvREADONLY() if PL_compling is true. Current perls take care in
+ SvREADONLY() if PL_compiling is true. Current perls take care in
ck_require() to correctly turn off SvREADONLY before calling
- force_normal_flags(). This seems a better fix than fudging PL_compling
+ force_normal_flags(). This seems a better fix than fudging PL_compiling
*/
SvREADONLY_off(((SVOP*)modname)->op_sv);
modname->op_private |= OPpCONST_BARE;