This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Simplify some handling
authorKarl Williamson <khw@cpan.org>
Wed, 23 Sep 2015 18:37:01 +0000 (12:37 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 11 Oct 2015 16:48:32 +0000 (10:48 -0600)
commit730480ce9e3e0103efa8f551281a62b39f573b1a
tree4851068bb2c263cd15ab772fdc151c370d95147f
parentdfd69c10c98cd21ed33c29424b303cf6357242bf
regcomp.c: Simplify some handling

Prior to this commit the current parse pointer could be off-by-one from
what you might expect.  This keeps it at the beginning of a character
and asserts for that.
regcomp.c