From fad04099d7a5ede3aa36bddd66f7da4e91b11fa8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 24 Sep 1992 15:23:56 -0400 Subject: (yylex, case '"'): Initialize arg pased to readescape. From-SVN: r2231 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-lex.c') diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 6bae94e..0e07781 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1738,7 +1738,7 @@ yylex () /* ignore_escape_flag is set for reading the filename in #line. */ if (!ignore_escape_flag && c == '\\') { - int ignore; + int ignore = 0; c = readescape (&ignore); if (ignore) goto skipnewline; -- cgit v1.1