* 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:
Mark Mitchell 2005-09-26 21:02:57 +00:00
parent 6c22c79f73
commit dbdc82aa71
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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