diff options
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 |