linux-mips-low.c: Change "private" variable name
[deliverable/binutils-gdb.git] / gdb / go-lang.c
index f6d731be8285cad19226004c7acb4cc8dae4cff8..6e70c893403985733ebe2d828e6c498bbaeb44f4 100644 (file)
@@ -195,9 +195,9 @@ unpack_mangled_go_symbol (const char *mangled_name,
   /* Pointer to "N" if valid "N<digit(s)>_" found.  */
   char *method_type;
   /* Pointer to the first '.'.  */
-  char *first_dot;
+  const char *first_dot;
   /* Pointer to the last '.'.  */
-  char *last_dot;
+  const char *last_dot;
   /* Non-zero if we saw a pointer indicator.  */
   int saw_pointer;
 
This page took 0.023263 seconds and 4 git commands to generate.