forked from Imagelibrary/binutils-gdb
Constification of parse_linespec and fallout:
https://sourceware.org/ml/gdb-patches/2013-09/msg01017.html https://sourceware.org/ml/gdb-patches/2013-09/msg01018.html https://sourceware.org/ml/gdb-patches/2013-09/msg01019.html https://sourceware.org/ml/gdb-patches/2013-09/msg01020.html
This commit is contained in:
@@ -160,7 +160,7 @@ do_set_command (char *arg, int from_tty, struct cmd_list_element *c)
|
||||
case var_string:
|
||||
{
|
||||
char *new;
|
||||
char *p;
|
||||
const char *p;
|
||||
char *q;
|
||||
int ch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user