HomeFreeBSD

Fix build: utf8strvisx() does signed data comparisons, but 'char' type

Description

Fix build: utf8strvisx() does signed data comparisons, but 'char' type
is unsigned in riscv GCC, so use guaranted signed char type.

Sponsored by: DARPA, AFRL

Details

Provenance
brAuthored on
Parents
rS335888: o Ensure va_list is declared by including stdarg.h.
Branches
Unknown
Tags
Unknown