diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-18 20:32:23 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-18 20:32:23 +0000 |
commit | fd06b02ce1aae5ae555b7101c2fe3e521cb2fd9f (patch) | |
tree | 0568c9d522aa72801e35877a4426431580ff4fd3 /op.c | |
parent | 6f479e052512b94a76fb842505b7bc960ade1ac4 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |