This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change \t to a - in debug dumping ranges
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 20:13:55 +0000 (13:13 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:37 +0000 (09:58 -0700)
commit1a9c8476506e958525742249d6133eb15ab93bb0
treebb65f67d8f5febc071836f4d3082567790831baf
parent686b73d4ef9c7e862f13c0cf4fcf9d78b2b2ba55
regcomp.c: Change \t to a - in debug dumping ranges

This changes the separator in the output of a range from a tab to a
hyphen, which is clearer.
regcomp.c