Commit 28963c8f by Paul Brook Committed by Paul Brook

* io/format.c (format_lex): Make c an int.

From-SVN: r81920
parent 60cadaea
2004-05-16 Paul Brook <paul@codesourcery.com>
* io/format.c (format_lex): Make c an int.
2004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
Paul Brook <paul@codesourcery.com>
......
......@@ -164,7 +164,8 @@ format_lex (void)
{
format_token token;
int negative_flag;
char c, delim;
int c;
char delim;
if (saved_token != FMT_NONE)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment