This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change debug dump of bitmap/non-bitmap
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 20:17:19 +0000 (13:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:37 +0000 (09:58 -0700)
commitf1114c308f91facf2b7df703a40f0e1761a9968a
treee4c12bf2001ae01d132cb6e5e4817047a3539641
parent1a9c8476506e958525742249d6133eb15ab93bb0
regcomp.c: Change debug dump of bitmap/non-bitmap

Instead of '...' separating the two components of the output, change it
to a single space, which is output only if the first component isn't
null.
regcomp.c