diff options
author | Andy Lester <andy@petdance.com> | 2006-04-24 08:44:51 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-04-25 08:41:38 +0000 |
commit | 6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed (patch) | |
tree | c05c17685623eb0158a63b0fb5143f2e64863eba /pad.c | |
parent | 9feacc09fc3837bdf59595c9a1e3a32b7651c763 (diff) | |
download | perl-6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed.tar.gz |
use NOOP macro
Message-ID: <20060424184451.GA1479@petdance.com>
p4raw-id: //depot/perl@27958
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -853,7 +853,7 @@ S_pad_findlex(pTHX_ const char *name, const CV* cv, U32 seq, int warn, SvNV_set(new_namesv, (NV)0); if (SvPAD_OUR(new_namesv)) { - /*EMPTY*/; /* do nothing */ + NOOP; /* do nothing */ } else if (CvLATE(cv)) { /* delayed creation - just note the offset within parent pad */ |