diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-08 03:09:12 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-08 03:09:12 +0000 |
commit | 6196c52839cafe3db7d503401283abf379eb2f88 (patch) | |
tree | f6a4c0b5cc48dbeb12c5bfb8777ee36ba7c528e7 | |
parent | 64af12fd4e845b6ba1efc84f6b68c5af8f287d6c (diff) | |
download | gcc-6196c52839cafe3db7d503401283abf379eb2f88.zip gcc-6196c52839cafe3db7d503401283abf379eb2f88.tar.gz gcc-6196c52839cafe3db7d503401283abf379eb2f88.tar.bz2 |
*** empty log message ***
From-SVN: r1182
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -741,7 +741,7 @@ set_spec (name, spec) old_spec = sl->spec; if (name && spec[0] == '+' && isspace (spec[1])) - sl->spec = concat (name, spec + 1, ""); + sl->spec = concat (old_spec, spec + 1, ""); else sl->spec = save_string (spec, strlen (spec)); |