From: Mike Stump Date: Thu, 23 Jul 1992 17:00:21 +0000 (+0000) Subject: add an explicit int to a register decl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a25432837c9ef7b23ed59edbbd915777c39190cb;p=gcc.git add an explicit int to a register decl From-SVN: r1671 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index a353ba96d24..74b57a06d8b 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -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;