c-opts.c (add_prefixed_path): Don't use concat.
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 10 Mar 2003 20:02:27 +0000 (20:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 10 Mar 2003 20:02:27 +0000 (20:02 +0000)
commit529997387b584eb172b1806e712fc0f74fb92976
tree7e60f07d5aac90eff7cdefd4f1e1e918caafe81e
parenta489d8b0846d82e25947100033fc336fd8c2085a
c-opts.c (add_prefixed_path): Don't use concat.

* c-opts.c (add_prefixed_path): Don't use concat.  When
prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
cpp_GCC_INCLUDE_DIR_len characters.

From-SVN: r64114
gcc/ChangeLog
gcc/c-opts.c