summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-18 20:32:23 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-18 20:32:23 +0000
commitfd06b02ce1aae5ae555b7101c2fe3e521cb2fd9f (patch)
tree0568c9d522aa72801e35877a4426431580ff4fd3 /op.c
parent6f479e052512b94a76fb842505b7bc960ade1ac4 (diff)
downloadperl-fd06b02ce1aae5ae555b7101c2fe3e521cb2fd9f.tar.gz
Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please
the ANSI gods of VMS. p4raw-id: //depot/perl@34886
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 11e940b342..b67983520b 100644
--- a/op.c
+++ b/op.c
@@ -5802,7 +5802,7 @@ Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
pp_entereval that it should not throw away any saved lines at scope
exit. */
- PL_breakable_sub_generation++;
+ PL_breakable_sub_gen++;
if (CvLVALUE(cv)) {
CvROOT(cv) = newUNOP(OP_LEAVESUBLV, 0,
mod(scalarseq(block), OP_LEAVESUBLV));