apply a little patch:

Oleg Bartunov
REL7_1_STABLE
Bruce Momjian 25 years ago
parent 2792374cff
commit 3f8e21c34a
  1. 2
      src/test/locale/test-ctype.c

@ -39,7 +39,7 @@ flag(int b)
void
describe_char(int c)
{
char cp = c,
unsigned char cp = c,
up = toupper(c),
lo = tolower(c);

Loading…
Cancel
Save