Keith Seitz
2013-10-02 00:46:07 +00:00
parent 62574b938f
commit d7561cbbf2
26 changed files with 289 additions and 132 deletions

View File

@@ -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;