summaryrefslogtreecommitdiff
path: root/pad.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 /pad.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 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index 0a446db5bc..50fa42c420 100644
--- a/pad.c
+++ b/pad.c
@@ -848,7 +848,7 @@ S_pad_findlex(pTHX_ const char *name, const CV* cv, U32 seq, int warn,
SvNV_set(new_namesv, (NV)0);
if (SvFLAGS(new_namesv) & SVpad_OUR) {
- /* do nothing */
+ /*EMPTY*/; /* do nothing */
}
else if (CvLATE(cv)) {
/* delayed creation - just note the offset within parent pad */