merge from gcc

This commit is contained in:
DJ Delorie
2007-04-11 20:01:26 +00:00
parent db2e3e2ee2
commit 8535fe175a
3 changed files with 11 additions and 11 deletions

View File

@@ -312,9 +312,7 @@ operating system to free the memory when the program exits.
*/
void
expandargv (argcp, argvp)
int *argcp;
char ***argvp;
expandargv (int *argcp, char ***argvp)
{
/* The argument we are currently processing. */
int i = 0;