Remove internal gdb definition of fixed arg count concat() function and

convert to use of variable arg count concat() in libiberty.
This commit is contained in:
Fred Fish
1991-11-12 17:50:14 +00:00
parent ecb1b520de
commit 58ae87f612
18 changed files with 35 additions and 35 deletions

View File

@ -342,7 +342,7 @@ core_file_command (filename, from_tty)
corefile = savestring (filename, strlen (filename));
else
{
corefile = concat (current_directory, "/", filename);
corefile = concat (current_directory, "/", filename, NULL);
}
#if 1 || defined(PYRAMID_CONTROL_FRAME_DEBUGGING)