Adjust Value.location for lval_register
[deliverable/binutils-gdb.git] / gdb / utils.c
index 8ca0a2ee779f90f024fe726baffe604ae5e0f730..3a88e2a97162bc3c14fe88ee6617d6cbc4253b46 100644 (file)
@@ -1628,7 +1628,7 @@ static char *wrap_pointer;
 
 /* String to indent by if the wrap occurs.  Must not be NULL if wrap_column
    is non-zero.  */
-static char *wrap_indent;
+static const char *wrap_indent;
 
 /* Column number on the screen where wrap_buffer begins, or 0 if wrapping
    is not in effect.  */
@@ -1911,7 +1911,7 @@ reinitialize_more_filter (void)
    used to force out output from the wrap_buffer.  */
 
 void
-wrap_here (char *indent)
+wrap_here (const char *indent)
 {
   /* This should have been allocated, but be paranoid anyway.  */
   if (!wrap_buffer)
This page took 0.026415 seconds and 4 git commands to generate.