diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-02-07 10:06:39 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-02-07 10:06:45 -0800 |
commit | 29fa3ed31f733f1b58e89e560fb052897bccefde (patch) | |
tree | e9cfe7f34eb1270074e2c9887e283206c3f29130 /perly.h | |
parent | 3c47da3c2ebf51f08bb927dfa456939cc6c8c30f (diff) | |
download | perl-29fa3ed31f733f1b58e89e560fb052897bccefde.tar.gz |
perly.y: Remove types for '$' and '*'
These two tokens never use their value, and the value is not even set
in toke.c, which means it will contain a junk value from some previous
token. Removing the types prevents that junk value from being acci-
dentally used.
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,6 +256,6 @@ typedef union YYSTYPE /* Generated from: - * 0d7275f3d26eba5194cb04d866bf174da7b0efd786c93da356327709423460ee perly.y + * d13846722b7ef2ae2bdfc0104c811b8114e262c5775f9ee344f9e51db09c48ad perly.y * d1d4df7b8e30ac9dede664af9179e6e5e7ddc7f2ad9c4eff9e2e5b32c9e16a6e regen_perly.pl * ex: set ro: */ |