• Tom Lane's avatar
    Fix unportable usage of <ctype.h> functions. · cb0ca0c9
    Tom Lane authored
    isdigit(), isspace(), etc are likely to give surprising results if passed a
    signed char.  We should always cast the argument to unsigned char to avoid
    that.  Error in commit d78a7d9c, found by buildfarm member gaur.
    cb0ca0c9
spell.c 56.2 KB