This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Don't print incorrect debug info
authorKarl Williamson <public@khwilliamson.com>
Sun, 18 Dec 2011 20:27:06 +0000 (13:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:16 +0000 (11:58 -0700)
commitb2230d39b7d1ffe8e06d9d4c2481e422dbd0adf3
treef15793886262d32af81b02d593a12c6ca5a2f23c
parenta36afff11db8f21755c9de54a9d78c26806bd1f8
regcomp.c: Don't print incorrect debug info

The break out of the loop should be done before the debug statements
that indicate the things that happen only if the break isn't done.
regcomp.c