ctype sign fixes (Tom Miller)
This commit is contained in:
parent
96029e052b
commit
a47fbb1641
6 changed files with 7 additions and 6 deletions
|
|
@ -253,7 +253,7 @@ lexc(void)
|
|||
}
|
||||
|
||||
int
|
||||
escchar(char c)
|
||||
escchar(int c)
|
||||
{
|
||||
int n;
|
||||
char buf[Strsize];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue