aboutsummaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2007-04-11 20:01:26 +0000
committerDJ Delorie <dj@redhat.com>2007-04-11 20:01:26 +0000
commit8535fe175a8039d33e9d13dd425abbd6d71ed648 (patch)
tree8f790b01a3e19770835d30059f6780193136175b /libiberty/argv.c
parentdb2e3e2ee265962b91dd8c1ce33bda39220d0fb3 (diff)
downloadgdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.zip
gdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.tar.gz
gdb-8535fe175a8039d33e9d13dd425abbd6d71ed648.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r--libiberty/argv.c4
1 files changed, 1 insertions, 3 deletions
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;