diff options
Diffstat (limited to 'gcc/cpppch.c')
-rw-r--r-- | gcc/cpppch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpppch.c b/gcc/cpppch.c index 637160cd1a8..388a7532c11 100644 --- a/gcc/cpppch.c +++ b/gcc/cpppch.c @@ -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; |