From: Jarkko Hietaniemi Date: Sat, 1 Mar 2003 08:18:35 +0000 (+0000) Subject: Integrate change #18788 from maint. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bfba5f0e6f81fa3f5e291fd35e61c9d1112415c;p=p5sagit%2Fp5-mst-13.2.git 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..) --- diff --git a/perl.h b/perl.h index da62eb4..462f0e3 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