ctype sign fixes (Tom Miller)

This commit is contained in:
rsc 2005-10-31 16:47:30 +00:00
parent 96029e052b
commit a47fbb1641
6 changed files with 7 additions and 6 deletions

View file

@ -253,7 +253,7 @@ lexc(void)
}
int
escchar(char c)
escchar(int c)
{
int n;
char buf[Strsize];