Commit a2543283 by Mike Stump

add an explicit int to a register decl

From-SVN: r1671
parent 8f3d7f00
...@@ -1602,7 +1602,7 @@ yylex () ...@@ -1602,7 +1602,7 @@ yylex ()
char_constant: char_constant:
{ {
register int result = 0; register int result = 0;
register num_chars = 0; register int num_chars = 0;
unsigned width = TYPE_PRECISION (char_type_node); unsigned width = TYPE_PRECISION (char_type_node);
int max_chars; int max_chars;
......
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