diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-07 05:14:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-07 05:14:49 +0000 |
commit | 341bd822d2aa170d6da924b2ac1ec314d007122b (patch) | |
tree | 71e42c5d1f6a124089ca143762956eb1360ef3dd /makedef.pl | |
parent | e3de7a3447695ca69dc09078f6e7206a8d281601 (diff) | |
download | perl-341bd822d2aa170d6da924b2ac1ec314d007122b.tar.gz |
typo in makedef.pl
p4raw-id: //depot/perl@5592
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 bfa16dea63..1170ba5912 100644 --- a/makedef.pl +++ b/makedef.pl @@ -103,7 +103,7 @@ close(CFG); # perl.h logic duplication begins if ($define{USE_ITHREADS}) { - if (!$define{MULTIPLICITY} && !define{PERL_OBJECT}) { + if (!$define{MULTIPLICITY} && !$define{PERL_OBJECT}) { $define{MULTIPLICITY} = 1; } } |