add an explicit int to a register decl
From-SVN: r1671
This commit is contained in:
parent
8f3d7f0068
commit
a25432837c
@ -1602,7 +1602,7 @@ yylex ()
|
||||
char_constant:
|
||||
{
|
||||
register int result = 0;
|
||||
register num_chars = 0;
|
||||
register int num_chars = 0;
|
||||
unsigned width = TYPE_PRECISION (char_type_node);
|
||||
int max_chars;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user