This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move PL_rsfp into the PL_parser struct
authorDave Mitchell <davem@fdisolutions.com>
Fri, 11 May 2007 23:22:24 +0000 (23:22 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 11 May 2007 23:22:24 +0000 (23:22 +0000)
commit2f9285f84584cb56950bf07de6ded6ebcdc3d302
treeb5b1dd9c379db0f140bfc2ef8cd70fd5cccba18b
parent69de8d7df79f71970f96742185284b67d38d76c6
move PL_rsfp into the PL_parser struct
and simplify its creation and destruction

p4raw-id: //depot/perl@31199
13 files changed:
embed.fnc
embed.h
embedvar.h
ext/Devel/PPPort/parts/inc/variables
intrpvar.h
op.c
parser.h
perl.c
perlapi.h
pp_ctl.c
proto.h
sv.c
toke.c