merge from gcc

This commit is contained in:
DJ Delorie
2011-09-28 20:01:37 +00:00
parent 6a534371fa
commit 8a91ddb367
3 changed files with 50 additions and 0 deletions

View File

@ -91,6 +91,10 @@ extern void expandargv PARAMS ((int *, char ***));
extern int writeargv PARAMS ((char **, FILE *));
/* Return the number of elements in argv. */
extern int countargv (char**);
/* Return the last component of a path name. Note that we can't use a
prototype here because the parameter is declared inconsistently
across different systems, sometimes as "char *" and sometimes as