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

@ -56,7 +56,7 @@ work(void){
int c;
struct keyw *lptr;
char *pt;
char cc;
int cc;
int ct;
while ((c = getch()) != Beof){