merge from gcc

This commit is contained in:
DJ Delorie
2001-10-07 17:23:43 +00:00
parent dca779339f
commit 58364ce8a1
3 changed files with 11 additions and 6 deletions

View File

@ -51,7 +51,7 @@ extern "C" {
/* Build an argument vector from a string. Allocates memory using
malloc. Use freeargv to free the vector. */
extern char **buildargv PARAMS ((char *)) ATTRIBUTE_MALLOC;
extern char **buildargv PARAMS ((const char *)) ATTRIBUTE_MALLOC;
/* Free a vector returned by buildargv. */