summaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-11 19:02:45 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-11 19:02:45 +0000
commitb7b89a2dea25138798e95420412da3cc797bb13c (patch)
tree57be2513d89310fb6e122b263c8cfe15d5a6acf1 /libiberty/argv.c
parent2a21a5df98c3218eb4e311fdd17f4b9447e3fc10 (diff)
downloadgcc-b7b89a2dea25138798e95420412da3cc797bb13c.tar.gz
* argv.c: Use ANSI C declarations.
* make-relative-prefix.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123722 138bc75d-0d04-0410-961f-82ee72b054a4
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 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;