summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-14 18:45:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-14 18:45:41 -0700
commitc55d2e076a02daf604c28e6725a61c1495171552 (patch)
treeec292262586d8bbfa424ce9ff04b8bb0530ddbcf /perly.h
parent09fe0e743e8130220807fdb2c6fc2817bcd6433c (diff)
downloadperl-c55d2e076a02daf604c28e6725a61c1495171552.tar.gz
perly.y: Remove use of latefree from package foo {}
It is not necessary for the op containing the sv containing the name of the package to last until the end of the block. Perl_package can free the op immediately, as the only information it needs from it it copies to the sv in PL_curstname. The version number can be treated the same way.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.h b/perly.h
index 8925a2e2de..ca07a50d53 100644
--- a/perly.h
+++ b/perly.h
@@ -242,6 +242,6 @@ typedef union YYSTYPE
/* Generated from:
- * efdb10e4176c622005697eec1ff496d913ef986c5297086baa5088bbd3aedaf2 perly.y
+ * 017d1ce591fb32d5be2885c489b8b219c35b98bec901eb4a58e82f01d7a52622 perly.y
* 38f866dcd8341ad3c0810347587113eb2c6ac7d4f33bdab75b020efce92865be regen_perly.pl
* ex: set ro: */