From 1c7b145e25e57855b7c3d93828e27e75a4916e8f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 27 Feb 1994 10:44:00 -0500 Subject: (readescape): Initialize FIRSTDIG. From-SVN: r6638 --- gcc/c-lex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/c-lex.c b/gcc/c-lex.c index b644d23..63c01de 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1,5 +1,5 @@ /* Lexical analyzer for C and Objective C. - Copyright (C) 1987, 1988, 1989, 1992 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1989, 1992, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -892,7 +892,7 @@ readescape (ignore_ptr) register int c = getc (finput); register int code; register unsigned count; - unsigned firstdig; + unsigned firstdig = 0; int nonnull; switch (c) -- cgit v1.1