This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "#126039 regexec.c: Fix compiler warning"
authorDavid Mitchell <davem@iabyn.com>
Mon, 14 Sep 2015 13:13:27 +0000 (14:13 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 14 Sep 2015 13:13:27 +0000 (14:13 +0100)
commit8b2312d5cbd1295fdfbaed4e3744fc521e549f26
tree898c96eb06388357b79f132be940c1573a565714
parent801fcc250783bc56ec8033a5940b3257bcd9a7db
Revert "#126039 regexec.c: Fix compiler warning"

This reverts commit 801fcc250783bc56ec8033a5940b3257bcd9a7db.

This commit fixed some compiler warnings in S_regmatch() by adding
a new function-scoped var. I have a better fix - to be applied shortly -
that instead uses tmp boolean vars declared in a small scope as and where
needed.
regexec.c