summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pad.h b/pad.h
index 3ca79d342a..0e29b10d90 100644
--- a/pad.h
+++ b/pad.h
@@ -39,6 +39,9 @@ struct padlist {
* flagging that a lexical is being introduced, or has not yet left scope
*/
#define PERL_PADSEQ_INTRO U32_MAX
+#define COP_SEQMAX_INC \
+ (PL_cop_seqmax++, \
+ (void)(PL_cop_seqmax == PERL_PADSEQ_INTRO && PL_cop_seqmax++))
/* B.xs needs these for the benefit of B::Deparse */