Comment 1 for bug 655821

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

On the other hand, there are several places in the code that seem to assume that char is unsigned. These include switch clauses for character where the compared character has value larger than 127. These currently produce several "comparison always false due to out-of-range value" errors.