* gdbint.texinfo (Host Definition): Remove description of
[deliverable/binutils-gdb.git] / gdb / jv-lang.c
index 5a22f1ce5637c2ee18d0f89e05d537db3540da63..abd0470b7d3af3542281d721a4116cccbebf2ba2 100644 (file)
@@ -1,5 +1,5 @@
 /* Java language support routines for GDB, the GNU debugger.
-   Copyright 1997, 1998, 1999-2000 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 19992000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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;
@@ -1033,6 +1035,7 @@ const struct language_defn java_language_defn =
   c_builtin_types,
   range_check_off,
   type_check_off,
+  case_sensitive_on,
   java_parse,
   java_error,
   evaluate_subexp_java,
This page took 0.024959 seconds and 4 git commands to generate.