summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-02-13 17:46:17 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-02-14 10:00:36 +0000
commitbb263b4e883e8d326ee443c4da58aa78aea8b77b (patch)
tree096fe00883880830ee4ec89f9972c74222e29ae5 /pp.c
parent2a509ed3c095f7d712013e653f68821f6bb2d6db (diff)
downloadperl-bb263b4e883e8d326ee443c4da58aa78aea8b77b.tar.gz
Sun Studio lint patches
Message-ID: <20060214054617.GA8824@petdance.com> p4raw-id: //depot/perl@27177
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 83e0463abb..9eaac05897 100644
--- a/pp.c
+++ b/pp.c
@@ -1046,6 +1046,7 @@ PP(pp_multiply)
bhigh = blow >> (4 * sizeof (UV));
blow &= botmask;
if (ahigh && bhigh) {
+ /*EMPTY*/;
/* eg 32 bit is at least 0x10000 * 0x10000 == 0x100000000
which is overflow. Drop to NVs below. */
} else if (!ahigh && !bhigh) {
@@ -3474,6 +3475,7 @@ PP(pp_lc)
#define GREEK_CAPITAL_LETTER_SIGMA 0x03A3 /* Unicode U+03A3 */
if (uv == GREEK_CAPITAL_LETTER_SIGMA) {
+ /*EMPTY*/
/*
* Now if the sigma is NOT followed by
* /$ignorable_sequence$cased_letter/;