Silence -Wall.

This commit is contained in:
jfieber 1995-04-27 18:18:58 +00:00
parent eac335a7a6
commit 6b420d9cc4

View File

@ -274,6 +274,7 @@ int get_token()
default:
parse_error("bad input character `%c'", c);
}
return EOF;
}
static