"rename" conflicts with a function of that name, which gcc from that
same timeframe then complains about. Use a name matching that of
struct input_remap's respective field.
continue;
}
- char * rename = p;
+ char * renamed = p;
/* Advance past the rename entry. */
while (*p && *p != '=' && *p != ' ' && *p != '\t' && *p != '\f'
/* And terminate it. */
*p = '\0';
- ldfile_add_remap (pattern, rename);
+ ldfile_add_remap (pattern, renamed);
}
while (! feof (f));