regcomp.c: Rename variable to reflect new purpose
authorKarl Williamson <public@khwilliamson.com>
Sun, 24 Jun 2012 20:02:48 +0000 (14:02 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 30 Jun 2012 04:22:41 +0000 (22:22 -0600)
commitcfbb2758d67aedfe8cfc4682385ae11a84a7a7c4
tree87e6146023a9c04d60ad2b9d0da7a28cd724674d
parentc2df36c4545a01ce4682675cf3feb5a42463b03f
regcomp.c: Rename variable to reflect new purpose

This variable really holds the list of all code points the bracketed
character class matches; it's not just the ones not in the bitmap.
regcomp.c