Commit 1c7b145e by Richard Kenner

(readescape): Initialize FIRSTDIG.

From-SVN: r6638
parent b8e605ab
/* 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment