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 void
allprint(char c) allprint(int c)
{ {
switch(c) { switch(c) {
case '\n': case '\n':
fprintf(yyout,"\\n"); fprintf(yyout,"\\n");