toke.c:scan_const: Don’t use PL_bufptr
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Sep 2013 21:51:29 +0000 (14:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Sep 2013 21:51:29 +0000 (14:51 -0700)
commitf0feb466830b0a22719e82175d819093f785b375
treedd49305ef342ca6f0cd12ca05433962aabe63526
parent3df5c4b513c5e5c2f25d831f556f2a1c5693ce98
toke.c:scan_const: Don’t use PL_bufptr

PL_bufptr is passed in as an argument, yet scan_const was some-
times looking at its argument (start) and sometimes using PL_bufptr
directly.  This is just confusing.
toke.c