summaryrefslogtreecommitdiff
path: root/utf8.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 /utf8.c
parent9feacc09fc3837bdf59595c9a1e3a32b7651c763 (diff)
downloadperl-6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed.tar.gz
use NOOP macro
Message-ID: <20060424184451.GA1479@petdance.com> p4raw-id: //depot/perl@27958
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 29cae31197..ecfbd69ced 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2027,7 +2027,7 @@ S_swash_get(pTHX_ SV* swash, UV start, UV span)
}
if (opc == '+' && otherval)
- /*EMPTY*/; /* replace with otherval */
+ NOOP; /* replace with otherval */
else if (opc == '!' && !otherval)
otherval = 1;
else if (opc == '-' && otherval)