Commit fc0b1d1a by Neil Booth

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
parent 5dc4ff73
...@@ -861,7 +861,7 @@ init_standard_includes (pfile) ...@@ -861,7 +861,7 @@ init_standard_includes (pfile)
|| (CPP_OPTION (pfile, cplusplus) || (CPP_OPTION (pfile, cplusplus)
&& !CPP_OPTION (pfile, no_standard_cplusplus_includes))) && !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); append_include_chain (pfile, str, SYSTEM, p->cxx_aware);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment