This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move some more variables into the PL_parser struct:
authorDave Mitchell <davem@fdisolutions.com>
Fri, 4 May 2007 22:18:42 +0000 (22:18 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 4 May 2007 22:18:42 +0000 (22:18 +0000)
commitf06b58485d86282d0dbf47ffb2a797860a8346a7
tree07c4e5c03fed4ea4d26bc3992145d69cc6e14b04
parenta78e478ad711fa7fa8f46adc6709dd5ab38118c6
move some more variables into the PL_parser struct:
    PL_bufptr PL_oldbufptr PL_oldoldbufptr
    PL_linestart PL_bufend
    PL_last_uni PL_last_lop PL_last_lop_op

p4raw-id: //depot/perl@31147
embedvar.h
intrpvar.h
op.c
parser.h
perl.h
perlapi.h
sv.c
toke.c