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

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