Update copyright date.
[deliverable/binutils-gdb.git] / gdb / jv-lang.c
index 0fb79b484270c09408c48e33b648e6f9cf846e7c..abd0470b7d3af3542281d721a4116cccbebf2ba2 100644 (file)
@@ -346,7 +346,9 @@ java_link_class_type (struct type *type, value_ptr clas)
   int type_is_object = 0;
   struct fn_field *fn_fields;
   struct fn_fieldlist *fn_fieldlists;
-  value_ptr fields, field, method, methods;
+  value_ptr fields, methods;
+  struct value *method = NULL;
+  struct value *field = NULL;
   int i, j;
   struct objfile *objfile = get_dynamics_objfile ();
   struct type *tsuper;
This page took 0.023138 seconds and 4 git commands to generate.