(readescape): Initialize FIRSTDIG.

From-SVN: r6638
This commit is contained in:
Richard Kenner 1994-02-27 10:44:00 -05:00
parent b8e605ab2c
commit 1c7b145e25

View File

@ -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)