diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 19:21:02 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 19:21:02 +0000 |
commit | 5486870fe7f0fd0e99bf9619d5fd857a5b972014 (patch) | |
tree | 9f5b70fdc6e84c85d8ccf54834fcd75578ed3a17 /proto.h | |
parent | 2f9285f84584cb56950bf07de6ded6ebcdc3d302 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |