regcomp.c: Use table look-up instead of individual strings.
authorKarl Williamson <public@khwilliamson.com>
Thu, 13 Dec 2012 02:06:47 +0000 (19:06 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:27 +0000 (11:11 -0700)
commitb44daeeb190231d5713adfe3407398da836d42e5
treefe1f1cb866160ce7c65da96504a59677a636d539
parentbd53f4624016a44f7c3ebcb22c88fd1d750d86c7
regcomp.c: Use table look-up instead of individual strings.

This changes to get the name for the character class's Unicode property
via table lookup.  This is in preparation for making most of the cases
in this switch identical, so they can be collapsed.
handy.h
regcomp.c