From 8535fe175a8039d33e9d13dd425abbd6d71ed648 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 11 Apr 2007 20:01:26 +0000 Subject: merge from gcc --- libiberty/argv.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libiberty/argv.c') diff --git a/libiberty/argv.c b/libiberty/argv.c index 11ca549..e76c1f8 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -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; -- cgit v1.1