regen/regcharclass.pl: Don't test UV >= 0
authorKarl Williamson <public@khwilliamson.com>
Sat, 25 Jan 2014 23:53:24 +0000 (16:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 27 Jan 2014 18:07:17 +0000 (11:07 -0700)
commit6c62bf0f1cb868c0614cc03720f3babf46da7e34
tree9956b505f20324980a65a53fac7b67011f4c4083
parent8dc14e640ad1bc1149bd130d3fbd52d9306e965b
regen/regcharclass.pl: Don't test UV >= 0

An unsigned must always be >= 0, and generating a test for that can lead
to a compiler warning, even if it gets optimized out.  The input to the
macros generated by this are supposed to be UV.  This commit suppresses
any >= 0 test.
regen/regcharclass.pl