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:
@@ -1353,7 +1353,7 @@ lookup_template_type (char *name, struct type *type,
|
||||
If NAME is the name of a baseclass type, return that type. */
|
||||
|
||||
struct type *
|
||||
lookup_struct_elt_type (struct type *type, char *name, int noerr)
|
||||
lookup_struct_elt_type (struct type *type, const char *name, int noerr)
|
||||
{
|
||||
int i;
|
||||
char *typename;
|
||||
|
||||
Reference in New Issue
Block a user