summaryrefslogtreecommitdiff
path: root/reentr.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-09-28 17:15:45 +0300
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-09-28 11:23:38 +0000
commitd896b0681c5f5759f23f0e09d73d4988340474cc (patch)
treee9d19dc557a60ed04d0866f81bd83867dc1e60c0 /reentr.pl
parenta3dd3f83348437070092a136b32ab37a34255c76 (diff)
downloadperl-d896b0681c5f5759f23f0e09d73d4988340474cc.tar.gz
Re: reentr reshuffle
Message-ID: <451BAEE1.1070509@iki.fi> p4raw-id: //depot/perl@28898
Diffstat (limited to 'reentr.pl')
-rw-r--r--reentr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/reentr.pl b/reentr.pl
index 9edc7ade26..c8a56068fb 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -650,7 +650,7 @@ EOF
push @wrap, $ifdef;
push @wrap, <<EOF;
-# if defined(PERL_REENTR_API) && (PERL_REENTR_API == 1)
+# if defined(PERL_REENTR_API) && (PERL_REENTR_API+0 == 1)
# undef $func
EOF
@@ -750,7 +750,7 @@ EOF
}
}
push @wrap, <<EOF;
-# endif /* if defined(PERL_REENTR_API) && (PERL_REENTR_API == 1) */
+# endif /* if defined(PERL_REENTR_API) && (PERL_REENTR_API+0 == 1) */
EOF
}