summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-07 05:14:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-07 05:14:49 +0000
commit341bd822d2aa170d6da924b2ac1ec314d007122b (patch)
tree71e42c5d1f6a124089ca143762956eb1360ef3dd /makedef.pl
parente3de7a3447695ca69dc09078f6e7206a8d281601 (diff)
downloadperl-341bd822d2aa170d6da924b2ac1ec314d007122b.tar.gz
typo in makedef.pl
p4raw-id: //depot/perl@5592
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
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;
}
}