* cpppch.c (cpp_valid_state): Unconditionally initialize nl.

From-SVN: r65755
This commit is contained in:
Loren J. Rittle 2003-04-17 23:10:17 +00:00 committed by Loren J. Rittle
parent a211395bbb
commit 368018184c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-07 Loren James Rittle <ljrittle@acm.org>
* cpppch.c (cpp_valid_state): Unconditionally initialize nl.
2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
* reload1.c (move2add_last_cc0): New.

View File

@ -455,7 +455,7 @@ cpp_valid_state (r, name, fd)
size_t namebufsz = 256;
unsigned char *namebuf = xmalloc (namebufsz);
unsigned char *undeftab = NULL;
struct ht_node_list nl;
struct ht_node_list nl = { 0, 0, 0 };
unsigned char *first, *last;
unsigned int i;