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:
Neil Booth 2001-08-18 07:17:14 +00:00
parent 5dc4ff73e6
commit fc0b1d1a48
1 changed files with 1 additions and 1 deletions

View File

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