regcomp.c: Split count variable into two: min, max
authorKarl Williamson <public@khwilliamson.com>
Tue, 20 Aug 2013 04:55:14 +0000 (22:55 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 16:56:59 +0000 (10:56 -0600)
commitafa96d922b1d5d1dca420f326ea773c27bcb9354
tree90abfc63d25d819acc550bbb22563de1d05f1460
parent92dd905c165ef5968082d30c40de90184e2bf0ac
regcomp.c: Split count variable into two: min, max

This is in preparation in later commits for the min and max to diverge.
This also renames the two variables to emphasize that bytes are what are
being counted, not characters.
regcomp.c