This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add protos for positive keywords
authorFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 19:50:25 +0000 (12:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 May 2012 16:36:23 +0000 (09:36 -0700)
commit4e338c2189d6898f56397409cf7916da1d6d8414
tree221a69bb493f7699d8c5806e34106126e89649b2
parent7d08496d81c138d97fa9c2527d7ab35420186353
Add protos for positive keywords

‘Positive’ means having a + before it in regen/keywords.pl; i.e., key-
words that cannot be overridden.

Since all keywords are going to be added as subs to the CORE:: name-
space, with prototypes wherever they can apply, it makes sense to
return prototypes for all that can have them, which turns out to be
only a handful.
op.c
pp.c
t/op/cproto.t