Commit 3061ec2b by Stan Shebs

*** empty log message ***

From-SVN: r7218
parent 700f8a87
......@@ -3000,7 +3000,10 @@ do_spec_1 (spec, inswitch, soft_matched_part)
case 'u':
case 'U':
if (save_temps_flag)
obstack_grow (&obstack, input_basename, basename_length);
{
obstack_grow (&obstack, input_basename, basename_length);
delete_this_arg = 0;
}
else
{
#ifdef MKTEMP_EACH_FILE
......
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