regcomp.c: Improve -Dr output
authorKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 18:49:56 +0000 (12:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 19:11:58 +0000 (13:11 -0600)
commit35921d66caf8a705cf98addbffd9dfbb41daf820
treed340de22f330f696ecfdc8ac98bede1d02504822
parent0b771d25a65364e2be52350a7f8b88ad1794b29d
regcomp.c: Improve -Dr output

Sometimes sequences like [\w\s] were output as separate classes
[\w][\s].  And sometimes, an empty [] was output.  This fixes those and
eliminates all but one call to a macro, which is hence now just in-lined.
regcomp.c