diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 23:42:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 23:42:55 +0000 |
commit | 014822e4c0d7b7cfffc319235fe7ea64ec87ecae (patch) | |
tree | d0b90cc5c733c9ad7777fb5547d661ce1afefa91 /makedef.pl | |
parent | 8d9e1a19ce98858053635b6720101121924f56b9 (diff) | |
download | perl-014822e4c0d7b7cfffc319235fe7ea64ec87ecae.tar.gz |
tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
fix bug where lc($readonly) could result in bogus errors
p4raw-id: //depot/perl@4660
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 4b1b84f31a..1d585a2e31 100644 --- a/makedef.pl +++ b/makedef.pl @@ -425,6 +425,7 @@ unless ($define{'PERL_IMPLICIT_CONTEXT'}) { unless ($define{'PERL_IMPLICIT_SYS'}) { skip_symbols [qw( perl_alloc_using + perl_clone_using )]; } @@ -747,6 +748,8 @@ __DATA__ # extra globals not included above. perl_alloc perl_alloc_using +perl_clone +perl_clone_using perl_construct perl_destruct perl_free |