Silence -Wall.

This commit is contained in:
John Fieber 1995-04-27 18:18:58 +00:00
parent d0d3dac501
commit 7203d1e933
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8109

View file

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