remove filter inheritance option from lex_start
authorZefram <zefram@fysh.org>
Wed, 13 Oct 2010 18:05:19 +0000 (19:05 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Oct 2010 12:52:30 +0000 (05:52 -0700)
commitf07ec6dd59215a56bc1159449a9631be7a02a94d
tree11506817a1f4546234403635605c632e58a24f2b
parenta3a44df66ac2cb0beb603b3dd9697fd81cfcfb30
remove filter inheritance option from lex_start

The only uses of lex_start that had the new_filter parameter false,
to make the new lexer context share source filters with the previous
lexer context, were uses with rsfp null, which therefore never invoked
source filters.  Inheriting source filters from a logically unrelated
file seems like a silly idea anyway.
embed.fnc
embed.h
op.c
perl.c
pp_ctl.c
proto.h
toke.c