diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2003-05-11 15:37:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2003-05-11 15:37:14 +0000 |
commit | f52ba071c43b485651e65d1e27f643e36d5275c9 (patch) | |
tree | 9ebc17e9a7bac8e64aff728140176a475a33a76b /makedef.pl | |
parent | 3d0c372707551c811c9ca67f4d7932ac82c5841a (diff) | |
download | perl-f52ba071c43b485651e65d1e27f643e36d5275c9.tar.gz |
fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
in terms of an exported function rather than as an inlined
macro (latter wants PL_op_mutex which isn't exported as such)
Jarkko: please merge into maint-5.8
p4raw-id: //depot/perl@19484
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index d239d163de..74773fb329 100644 --- a/makedef.pl +++ b/makedef.pl @@ -1006,6 +1006,7 @@ if ($PLATFORM =~ /^win(?:32|ce)$/) { Perl_init_os_extras Perl_thread_create Perl_win32_init + Perl_win32_term RunPerl win32_async_check win32_errno |