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:
@@ -666,7 +666,7 @@ source_command (char *args, int from_tty)
|
||||
static void
|
||||
echo_command (char *text, int from_tty)
|
||||
{
|
||||
char *p = text;
|
||||
const char *p = text;
|
||||
int c;
|
||||
|
||||
if (text)
|
||||
|
||||
Reference in New Issue
Block a user