Rename regex flag bit for clarity
authorKarl Williamson <public@khwilliamson.com>
Thu, 15 Aug 2013 21:07:44 +0000 (15:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 17:36:17 +0000 (11:36 -0600)
commit9b1eb0677ed31eb8828470cdf12198cc308a4998
tree98b7fcc9cc447fda1af5410813f8c3056430510d
parent56fcde2d6ae422de10850c03aa10c4d036bbf0cf
Rename regex flag bit for clarity

ANYOF_UNICODE_ALL doesn't mean every Unicode code point.  It means those
above the Latin1 range.  Rename it, while retaining the old one for back
compat.
regcomp.c
regcomp.h
regexec.c