Update tests to account for the L operand being compulsory.
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 441f313f5705f35c85c8d564b6469730b0ec7851..00abd9acda3e93598619edb6dfb7a4756cb9c070 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Java types for GDB, the GNU debugger.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -223,7 +223,8 @@ java_type_print_base (struct type *type, struct ui_file *stream, int show,
              for (j = 0; j < n_overloads; j++)
                {
                  const char *real_physname;
-                 char *physname, *p;
+                 const char *p;
+                 char *physname;
                  int is_full_physname_constructor;
 
                  real_physname = TYPE_FN_FIELD_PHYSNAME (f, j);
This page took 0.025366 seconds and 4 git commands to generate.