This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acde74e
)
Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
author
Steve Hay
<SteveHay@planit.com>
Wed, 4 Jan 2006 17:49:38 +0000
(17:49 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Wed, 4 Jan 2006 17:49:38 +0000
(17:49 +0000)
PERL_IMPLICIT_CONTEXT is not defined
Fixes non-threaded build errors on Win32 following change 26523
p4raw-id: //depot/perl@26653
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
e650a05
..
56a9544
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-749,6
+749,10
@@
unless ($define{'USE_ITHREADS'}) {
unless ($define{'PERL_IMPLICIT_CONTEXT'}) {
skip_symbols [qw(
+ PL_my_ctx_mutex
+ PL_my_cxt_index
+ PL_my_cxt_list
+ PL_my_cxt_size
Perl_croak_nocontext
Perl_die_nocontext
Perl_deb_nocontext