* libiberty.h (expandargv): New function.
* argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated.
This commit is contained in:
parent
6c22c79f73
commit
dbdc82aa71
|
@ -1,3 +1,7 @@
|
|||
2005-09-26 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* libiberty.h (expandargv): New function.
|
||||
|
||||
2005-08-18 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* bfdlink.h: Remove mention of a29k.
|
||||
|
|
|
@ -82,6 +82,9 @@ extern void freeargv (char **);
|
|||
|
||||
extern char **dupargv (char **) ATTRIBUTE_MALLOC;
|
||||
|
||||
/* Expand "@file" arguments in argv. */
|
||||
|
||||
extern void expandargv PARAMS ((int *, char ***));
|
||||
|
||||
/* Return the last component of a path name. Note that we can't use a
|
||||
prototype here because the parameter is declared inconsistently
|
||||
|
|
Loading…
Reference in New Issue