OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* cpppch.c (cpp_valid_state): Unconditionally initialize nl.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
cpppch.c
diff --git
a/gcc/cpppch.c
b/gcc/cpppch.c
index
637160c
..
388a753
100644
(file)
--- 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;