This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perly.y: Remove types for '$' and '*'
authorFather Chrysostomos <sprout@cpan.org>
Sat, 7 Feb 2015 18:06:39 +0000 (10:06 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 7 Feb 2015 18:06:45 +0000 (10:06 -0800)
commit29fa3ed31f733f1b58e89e560fb052897bccefde
treee9cfe7f34eb1270074e2c9887e283206c3f29130
parent3c47da3c2ebf51f08bb927dfa456939cc6c8c30f
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.
perly.act
perly.h
perly.tab
perly.y