Commit ddd705d1 by Tom Tromey Committed by Tom Tromey

* jcf-parse.c (read_class): Initialize `class'.

From-SVN: r40678
parent de83bf66
2001-03-20 Tom Tromey <tromey@redhat.com>
* jcf-parse.c (read_class): Initialize `class'.
2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* jcf_parse.c (jcf_parse): Eliminate unused variable.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment