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

@@ -191,7 +191,7 @@ exec_file_attach (args, from_tty)
if (argv == NULL)
nomem (0);
make_cleanup ((make_cleanup_func) freeargv, (char *) argv);
make_cleanup_freeargv (argv);
for (; (*argv != NULL) && (**argv == '-'); argv++) {;}
if (*argv == NULL)