diff options
author | Zefram <zefram@fysh.org> | 2010-10-13 19:05:19 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 05:52:30 -0700 |
commit | f07ec6dd59215a56bc1159449a9631be7a02a94d (patch) | |
tree | 11506817a1f4546234403635605c632e58a24f2b /embed.fnc | |
parent | a3a44df66ac2cb0beb603b3dd9697fd81cfcfb30 (diff) | |
download | perl-f07ec6dd59215a56bc1159449a9631be7a02a94d.tar.gz |
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -614,7 +614,7 @@ Ap |void |leave_scope |I32 base : Used in pp_ctl.c, and by Data::Alias EXp |void |lex_end : Used in various files -p |void |lex_start |NULLOK SV* line|NULLOK PerlIO *rsfp|bool new_filter +p |void |lex_start |NULLOK SV* line|NULLOK PerlIO *rsfp : Public lexer API AMpd |bool |lex_bufutf8 AMpd |char* |lex_grow_linestr|STRLEN len |