diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 14:33:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 14:33:14 +0000 |
commit | 3f3908796fa800fe68872cec2bbd5da4cfc02ec5 (patch) | |
tree | dcca20285bf50f2736009a12316cde45c6a4f073 /makedef.pl | |
parent | a1afd1046e98b52e81720705c71449e6a5438e69 (diff) | |
download | perl-3f3908796fa800fe68872cec2bbd5da4cfc02ec5.tar.gz |
Detypo.
p4raw-id: //depot/perl@22526
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 5f7c82234f..604a0d1e74 100644 --- a/makedef.pl +++ b/makedef.pl @@ -636,7 +636,7 @@ else { unless ($define{'NO_PERL_MALLOC_WRAP'}) { emit_symbols [qw( PL_memory_wrap - );] + )]; } unless ($define{'USE_ITHREADS'}) { |