projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
65c5011
)
Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
Jarkko Hietaniemi [Tue, 20 Feb 2001 19:15:46 +0000 (19:15 +0000)]
from Chris Nandor.
p4raw-id: //depot/perl@8859
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
c677458
..
1065801
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-330,6
+330,8
@@
elsif ($PLATFORM eq 'MacOS') {
Perl_safexmalloc
Perl_safexrealloc
Perl_unlnk
+ Perl_sys_intern_clear
+ Perl_sys_intern_init
)];
}