diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-01 08:18:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-01 08:18:35 +0000 |
commit | 2bfba5f0e6f81fa3f5e291fd35e61c9d1112415c (patch) | |
tree | e6fce88abdda94f6e0f6230e011387049036588c /perl.h | |
parent | 0190f6ec86786064d260189cc19ad5f413c4a0a3 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |