diff options
author | Mattia Barbon <mbarbon@dsi.unive.it> | 2001-09-23 04:02:26 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-23 12:52:36 +0000 |
commit | f2f7cecda9d96f27f438418698f27f827cfd1f12 (patch) | |
tree | f9ccec39f5548c773d3b6a70d748d82cca5719b4 /makedef.pl | |
parent | 856271c8753674481353f6903cdd8ae0a2d0008b (diff) | |
download | perl-f2f7cecda9d96f27f438418698f27f827cfd1f12.tar.gz |
Win32 compilation without USE_ITHREADS
Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
p4raw-id: //depot/perl@12158
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 2b8e636b62..7d359f103d 100644 --- a/makedef.pl +++ b/makedef.pl @@ -534,6 +534,8 @@ unless ($define{'USE_ITHREADS'}) { PL_op_mutex PL_regex_pad PL_regex_padav + PL_sharedsv_space + PL_sharedsv_space_mutex Perl_dirp_dup Perl_cx_dup Perl_si_dup |