This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the prototypes of some functions without context
authorBrian Fraser <fraserbn@gmail.com>
Tue, 4 Feb 2014 03:47:12 +0000 (00:47 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 5 Feb 2014 07:32:50 +0000 (04:32 -0300)
commit8877297842b5b3706977e02b609692bf44fb2462
treee491e3ab397564ada467c57547cbab6f4686ca27
parentdc6d7f5c0d35ddfd7e124c5143d9f0309ca9a149
Fix the prototypes of some functions without context

Their prototypes are (void), but the implementation was ()
perl.c
util.c