mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
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:
@@ -61,7 +61,7 @@ extern int c_parse (void);
|
||||
|
||||
extern void c_error (char *);
|
||||
|
||||
extern int c_parse_escape (char **, struct obstack *);
|
||||
extern int c_parse_escape (const char **, struct obstack *);
|
||||
|
||||
/* Defined in c-typeprint.c */
|
||||
extern void c_print_type (struct type *, const char *,
|
||||
|
||||
Reference in New Issue
Block a user