signedcompare
Name
signedcompare -- controls the arithmetic used when evaluating expressions for contional operators
Description
NOSIGNEDCOMPARE causes all expressions containing conditional
operators (i.e., GT, GE, LT, or LE) to be evaluated using
unsigned arithmetic. SIGNEDCOMPARE evaluates these expressions
using signed arithmetic.