summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-04-24 08:44:51 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-04-25 08:41:38 +0000
commit6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed (patch)
treec05c17685623eb0158a63b0fb5143f2e64863eba /pp.c
parent9feacc09fc3837bdf59595c9a1e3a32b7651c763 (diff)
downloadperl-6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed.tar.gz
use NOOP macro
Message-ID: <20060424184451.GA1479@petdance.com> p4raw-id: //depot/perl@27958
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp.c b/pp.c
index 6136d21e60..33ac9f4515 100644
--- a/pp.c
+++ b/pp.c
@@ -1097,7 +1097,7 @@ PP(pp_multiply)
bhigh = blow >> (4 * sizeof (UV));
blow &= botmask;
if (ahigh && bhigh) {
- /*EMPTY*/;
+ NOOP;
/* eg 32 bit is at least 0x10000 * 0x10000 == 0x100000000
which is overflow. Drop to NVs below. */
} else if (!ahigh && !bhigh) {
@@ -3588,7 +3588,7 @@ PP(pp_lc)
#define GREEK_CAPITAL_LETTER_SIGMA 0x03A3 /* Unicode U+03A3 */
if (uv == GREEK_CAPITAL_LETTER_SIGMA) {
- /*EMPTY*/
+ NOOP;
/*
* Now if the sigma is NOT followed by
* /$ignorable_sequence$cased_letter/;