summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-01 08:18:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-01 08:18:35 +0000
commit2bfba5f0e6f81fa3f5e291fd35e61c9d1112415c (patch)
treee6fce88abdda94f6e0f6230e011387049036588c /perl.h
parent0190f6ec86786064d260189cc19ad5f413c4a0a3 (diff)
downloadperl-2bfba5f0e6f81fa3f5e291fd35e61c9d1112415c.tar.gz
Integrate change #18788 from maint.
p4raw-link: @18788 on //depot/maint-5.8/perl: f0499ddfc6bc8a9696a167e0ea98e851c0d4ff1a p4raw-id: //depot/perl@18793 p4raw-integrated: from //depot/maint-5.8/perl@18788 'merge in' perl.h (@18783..)
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index da62eb4c23..462f0e32c8 100644
--- a/perl.h
+++ b/perl.h
@@ -4229,7 +4229,7 @@ extern void moncontrol(int);
#ifndef PERL_BLOCKSIG_BLOCK
# define PERL_BLOCKSIG_BLOCK(set) NOOP
#endif
-#ifndef PERL_BLOCKSIG_ADD
+#ifndef PERL_BLOCKSIG_UNBLOCK
# define PERL_BLOCKSIG_UNBLOCK(set) NOOP
#endif