summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-12 19:21:02 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-12 19:21:02 +0000
commit5486870fe7f0fd0e99bf9619d5fd857a5b972014 (patch)
tree9f5b70fdc6e84c85d8ccf54834fcd75578ed3a17 /proto.h
parent2f9285f84584cb56950bf07de6ded6ebcdc3d302 (diff)
downloadperl-5486870fe7f0fd0e99bf9619d5fd857a5b972014.tar.gz
move PL_rsfp_filters into the parser struct
p4raw-id: //depot/perl@31200
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index cbd261cdaa..dee615fc73 100644
--- a/proto.h
+++ b/proto.h
@@ -1025,7 +1025,7 @@ PERL_CALLCONV I32 Perl_keyword(pTHX_ const char* d, I32 len, bool all_keywords)
PERL_CALLCONV void Perl_leave_scope(pTHX_ I32 base);
PERL_CALLCONV void Perl_lex_end(pTHX);
-PERL_CALLCONV void Perl_lex_start(pTHX_ SV* line, PerlIO *rsfp);
+PERL_CALLCONV void Perl_lex_start(pTHX_ SV* line, PerlIO *rsfp, bool new_filter);
PERL_CALLCONV void Perl_op_null(pTHX_ OP* o)
__attribute__nonnull__(pTHX_1);