This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parser.h: Use UV for string delims
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2016 07:47:16 +0000 (00:47 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2016 08:52:25 +0000 (01:52 -0700)
commit6745174b5616843ee57f0b733bd056bfab42f30f
tree9240338ebaecd74be1f5f716565c08c586b82898
parentef269bf5f55cf5087c6190ddbf34459c60a69622
parser.h: Use UV for string delims

We will need to store characters > 255 in here.

Also, cast accordingly in toke.c.
parser.h
toke.c