mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 20:03:58 +08:00
* io/format.c (format_lex): Make c an int.
From-SVN: r81920
This commit is contained in:
parent
60cadaea5e
commit
28963c8f26
@ -1,3 +1,7 @@
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user