diff options
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r-- | gcc/cp/xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index 40cdf42..c3c35de 100644 --- a/gcc/cp/xref.c +++ b/gcc/cp/xref.c @@ -337,7 +337,7 @@ GNU_xref_decl (fndecl,decl) tree decl; { XREF_FILE xf,xf1; - char *cls; + char *cls = 0; char *name; char buf[10240]; int uselin; |