diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-06 21:59:17 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-08 12:24:50 -0700 |
commit | 2c658e55bf9e8acf7cc0207ea3db8f7064cb3ad7 (patch) | |
tree | 7e24c397b7a2afdff20bc984cf995353fc1d9d7f /perly.h | |
parent | a33a81d07c9c0cb0ab9ba85fab5a519c4b3b710b (diff) | |
download | perl-2c658e55bf9e8acf7cc0207ea3db8f7064cb3ad7.tar.gz |
Don’t create formats after compilation errors
Otherwise you can end up with a format that has nonsensical op tree,
but it gets attached and you can call it anyway.
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,6 +242,6 @@ typedef union YYSTYPE /* Generated from: - * c0743374d088d66f137508719cfbfb829d2ec6a195899c82274cc128b274022c perly.y + * 50649beb21bb272a5dafa43d5fbe244206c6a99e0e67b39b3123a22a35702873 perly.y * 38f866dcd8341ad3c0810347587113eb2c6ac7d4f33bdab75b020efce92865be regen_perly.pl * ex: set ro: */ |