import gdb-19990422 snapshot

This commit is contained in:
Stan Shebs
1999-04-26 18:34:20 +00:00
parent 1996fae846
commit 7a292a7adf
354 changed files with 13433 additions and 11180 deletions

View File

@ -839,7 +839,7 @@ symbol_file_command (args, from_tty)
{
nomem (0);
}
cleanups = make_cleanup ((make_cleanup_func) freeargv, (char *) argv);
cleanups = make_cleanup_freeargv (argv);
while (*argv != NULL)
{
if (STREQ (*argv, "-mapped"))