diff options
author | DJ Delorie <dj@redhat.com> | 2007-04-11 20:01:26 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-04-11 20:01:26 +0000 |
commit | 8535fe175a8039d33e9d13dd425abbd6d71ed648 (patch) | |
tree | 8f790b01a3e19770835d30059f6780193136175b /libiberty/argv.c | |
parent | * gdb.texinfo (Contributors, Continuing and Stepping) (diff) | |
download | binutils-gdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.tar.gz binutils-gdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.tar.bz2 binutils-gdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.zip |
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c index 11ca549a8ea..e76c1f825d2 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; |