This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 7 Feb 1999 09:30:47 +0000 (09:30 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 7 Feb 1999 09:30:47 +0000 (09:30 +0000)
commit62c18ce2c158fdc3401f5009417ddcfd1effff4a
treed2a8ffb909a7e8eee3ed9b0b8d9101e612b93589
parentc8984b0bd19897e6e30588055ac0338326f20a34
properly prototype check parenthesized unary ops (e.g. defined(&a,&b))

p4raw-id: //depot/perl@2817
op.c
pod/perldelta.pod
pod/perlfunc.pod
pod/perlop.pod
t/comp/bproto.t [new file with mode: 0755]