This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfp
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 20:40:06 +0000 (21:40 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 20:43:27 +0000 (21:43 +0100)
commit5cc814fd5c2c076b31431eb7a8f9e17719c5baae
tree5e03884bc0d3e32bfdabd6f461d12a4160975fc0
parent1d8a41fe27d5f97658dce0925f99638fd69fcba9
Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfp

Conceptually it's also wrong, as if there are source filters, the passed-in
file handle is not passed up the stack of filters for the topmost filter to
use to read from. It was in the parameter list from the first creation of
filter_gets() in 16d20bd98cd29be76029ebf04027a7edd34d817b, when calls to
sv_gets() were replaced by it.
embed.fnc
embed.h
proto.h
toke.c