From ddd705d182e7ec6e1d5f39a9abb8c572eba5d0bf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 20 Mar 2001 22:57:20 +0000 Subject: * jcf-parse.c (read_class): Initialize `class'. From-SVN: r40678 --- gcc/java/jcf-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/jcf-parse.c') diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index d47d0761452..0b3a4b553b9 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -549,7 +549,7 @@ read_class (name) tree name; { JCF this_jcf, *jcf; - tree icv, class; + tree icv, class = NULL_TREE; tree save_current_class = current_class; const char *save_input_filename = input_filename; JCF *save_current_jcf = current_jcf; -- cgit v1.2.1