summaryrefslogtreecommitdiff
path: root/utf8.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 /utf8.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 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index a926735c9e..992629db67 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2051,7 +2051,7 @@ S_swash_get(pTHX_ SV* swash, UV start, UV span)
}
if (opc == '+' && otherval)
- ; /* replace with otherval */
+ /*EMPTY*/; /* replace with otherval */
else if (opc == '!' && !otherval)
otherval = 1;
else if (opc == '-' && otherval)