projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
86f5593
)
Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
Rafael Garcia-Suarez [Fri, 30 Dec 2005 09:53:54 +0000 (09:53 +0000)]
(spotted by Jan Dubois)
p4raw-id: //depot/perl@26531
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
b98f65c
..
e650a05
100644
(file)
--- 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
)];
}