summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-13 19:05:19 +0100
committerFather Chrysostomos <sprout@cpan.org>2010-10-21 05:52:30 -0700
commitf07ec6dd59215a56bc1159449a9631be7a02a94d (patch)
tree11506817a1f4546234403635605c632e58a24f2b /embed.fnc
parenta3a44df66ac2cb0beb603b3dd9697fd81cfcfb30 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d5a99c5fed..a89730c589 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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