• Tom Lane's avatar
    Fix unportable use of isprint(). · 9e20406d
    Tom Lane authored
    We must cast the arguments of <ctype.h> functions to unsigned
    char to avoid problems where char is signed.
    
    Speaking of which, considering that this *is* a <ctype.h> function,
    it's rather remarkable that we aren't seeing more complaints about
    not having included that header.
    
    Per buildfarm.
    9e20406d
fe-trace.c 16.6 KB