apply a little patch:

Oleg Bartunov
This commit is contained in:
Bruce Momjian 2001-05-03 19:20:24 +00:00
parent 2792374cff
commit 3f8e21c34a
1 changed files with 1 additions and 1 deletions

View File

@ -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);