mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 07:50:27 +08:00
cppinit.c (init_standard_includes): Reverse accidentally included hunk from prefix.c patch.
* cppinit.c (init_standard_includes): Reverse accidentally included hunk from prefix.c patch. From-SVN: r45001
This commit is contained in:
parent
5dc4ff73e6
commit
fc0b1d1a48
@ -861,7 +861,7 @@ init_standard_includes (pfile)
|
||||
|| (CPP_OPTION (pfile, cplusplus)
|
||||
&& !CPP_OPTION (pfile, no_standard_cplusplus_includes)))
|
||||
{
|
||||
char *str = update_path (p->fname, p->component);
|
||||
char *str = xstrdup (update_path (p->fname, p->component));
|
||||
append_include_chain (pfile, str, SYSTEM, p->cxx_aware);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user