summaryrefslogtreecommitdiff
path: root/gv.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 /gv.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 'gv.c')
-rw-r--r--gv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 955891be7a..555260f40b 100644
--- a/gv.c
+++ b/gv.c
@@ -968,6 +968,7 @@ Perl_gv_fetchpvn_flags(pTHX_ const char *nambeg, STRLEN full_len, I32 flags,
if (len > 1) {
#ifndef EBCDIC
if (*name > 'V' ) {
+ /*EMPTY*/;
/* Nothing else to do.
The compiler will probably turn the switch statement into a
branch table. Make sure we avoid even that small overhead for
@@ -1468,7 +1469,7 @@ Perl_Gv_AMupdate(pTHX_ HV *stash)
lim = DESTROY_amg; /* Skip overloading entries. */
#ifdef PERL_DONT_CREATE_GVSV
else if (!sv) {
- /* Equivalent to !SvTRUE and !SvOK */
+ /*EMPTY*/; /* Equivalent to !SvTRUE and !SvOK */
}
#endif
else if (SvTRUE(sv))