regcomp.c: Don't use mathoms function
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Sep 2013 04:26:07 +0000 (22:26 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 5 Sep 2013 04:53:10 +0000 (22:53 -0600)
commit1c1d615a5faeb27465c1ef0ce54e745652ae4341
tree14c95251feff858996a8e66c004e12a8a0e1e039
parent57b0056d37c7c86d8db0e0ced8d2618311eb4457
regcomp.c: Don't use mathoms function

utf8n_to_uvuni() is on its way out.  Instead, this code knows that the
UTF-8 it is looking at is valid (having been already checked earlier in
the regex compilation process), so use valid_utf8_to_uvchr().  This
allows us to get rid of a flag variable.
regcomp.c