summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-12-17 17:30:48 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 09:18:35 +0000
commite2b7854821e42e46fac5497cbe71ba128c0561da (patch)
treef63341c718138867d601cf404ac570c863f36323 /cop.h
parentf5ddd604ad6e213c7eb6419c26c1779cfedba2a2 (diff)
downloadperl-e2b7854821e42e46fac5497cbe71ba128c0561da.tar.gz
POPSUB_ARGS: move a code comment to the right line
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index de17f3a369..b88256ba78 100644
--- a/cop.h
+++ b/cop.h
@@ -687,9 +687,9 @@ struct block_format {
PadlistARRAY(CvPADLIST(cx->blk_sub.cv))[ \
CvDEPTH(cx->blk_sub.cv)])) == PL_curpad); \
POP_SAVEARRAY(); \
- /* abandon @_ if it got reified */ \
av = MUTABLE_AV(PAD_SVl(0)); \
if (UNLIKELY(AvREAL(av))) \
+ /* abandon @_ if it got reified */ \
clear_defarray(av, 0); \
else { \
CLEAR_ARGARRAY(av); \