* c-lex.c (yylex): Initialize warn.
From-SVN: r29447
This commit is contained in:
parent
dd8c13e387
commit
637194e69a
@ -1,3 +1,7 @@
|
|||||||
|
Wed Sep 15 17:53:16 1999 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
|
* c-lex.c (yylex): Initialize warn.
|
||||||
|
|
||||||
Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
|
Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* pa.c (emit_move_sequence): Properly set the mode of the scratch
|
* pa.c (emit_move_sequence): Properly set the mode of the scratch
|
||||||
|
@ -1761,7 +1761,7 @@ yylex ()
|
|||||||
int spec_long = 0;
|
int spec_long = 0;
|
||||||
int spec_long_long = 0;
|
int spec_long_long = 0;
|
||||||
int spec_imag = 0;
|
int spec_imag = 0;
|
||||||
int warn, i;
|
int warn = 0, i;
|
||||||
|
|
||||||
traditional_type = ansi_type = type = NULL_TREE;
|
traditional_type = ansi_type = type = NULL_TREE;
|
||||||
while (1)
|
while (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user