diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-25 16:53:24 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-27 11:07:17 -0700 |
commit | 6c62bf0f1cb868c0614cc03720f3babf46da7e34 (patch) | |
tree | 9956b505f20324980a65a53fac7b67011f4c4083 /mathoms.c | |
parent | 8dc14e640ad1bc1149bd130d3fbd52d9306e965b (diff) | |
download | perl-6c62bf0f1cb868c0614cc03720f3babf46da7e34.tar.gz |
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.
Diffstat (limited to 'mathoms.c')
0 files changed, 0 insertions, 0 deletions