diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-30 09:53:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-30 09:53:54 +0000 |
commit | 484eff17615729e21571b1fc55ef55b6c2eacb59 (patch) | |
tree | 109709d79db2add6a0d85c44c740f5d585f16515 /makedef.pl | |
parent | 86f5593612e0fa4d1eddfb78098731af1f9f4548 (diff) | |
download | perl-484eff17615729e21571b1fc55ef55b6c2eacb59.tar.gz |
Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
(spotted by Jan Dubois)
p4raw-id: //depot/perl@26531
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index b98f65c9eb..e650a05e00 100644 --- a/makedef.pl +++ b/makedef.pl @@ -762,6 +762,7 @@ unless ($define{'PERL_IMPLICIT_CONTEXT'}) { Perl_sv_setpvf_nocontext Perl_sv_catpvf_mg_nocontext Perl_sv_setpvf_mg_nocontext + Perl_my_cxt_init )]; } |