merge from gcc
This commit is contained in:
parent
f453a23a51
commit
0c18fee5b3
4 changed files with 68 additions and 0 deletions
|
@ -86,6 +86,10 @@ extern char **dupargv (char **) ATTRIBUTE_MALLOC;
|
|||
|
||||
extern void expandargv PARAMS ((int *, char ***));
|
||||
|
||||
/* Write argv to an @-file, inserting necessary quoting. */
|
||||
|
||||
extern int writeargv PARAMS ((char **, FILE *));
|
||||
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue