This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 11 May 2003 15:37:14 +0000 (15:37 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 11 May 2003 15:37:14 +0000 (15:37 +0000)
commit23f519f064273e3cc195f02d4e0e49cf7c9329a8
tree9ebc17e9a7bac8e64aff728140176a475a33a76b
parentd782915283e79abc8a89d4bd0d3f0ae9357b87bb
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
dosish.h
makedef.pl
win32/win32.c
win32/win32.h