liblex: fix allprint() definition (from sources)

front
cinap_lenrek 2012-10-03 18:18:01 +02:00
parent 76c102e548
commit 8840830ab8
1 changed files with 1 additions and 2 deletions

View File

@ -11,9 +11,8 @@ printable(int c)
}
void
allprint(char c)
allprint(int c)
{
switch(c) {
case '\n':
fprintf(yyout,"\\n");