This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate the use of PL_bufend outside of toke.c:
authorDave Mitchell <davem@fdisolutions.com>
Sun, 1 Apr 2007 01:20:02 +0000 (01:20 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sun, 1 Apr 2007 01:20:02 +0000 (01:20 +0000)
commit65b06e02d98d79674a9890d225d9bbf7b8191dbe
tree89ae2a197c0b952bb0ad4294f1ef222efbffd56b
parent2f554ef70d979db80efccf5fce9a84ca1a2f45dc
Eliminate the use of PL_bufend outside of toke.c:
give Perl_scan_vstring() an explicit 'end' arg rather than using
PL_bufend, and replace it with a local var in Perl_find_script()

p4raw-id: //depot/perl@30820
embed.fnc
embed.h
proto.h
sv.c
toke.c