More char constification
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 441f313f5705f35c85c8d564b6469730b0ec7851..5bba39c81561870730f8a08527d71af955b7f80d 100644 (file)
@@ -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.024049 seconds and 4 git commands to generate.