* Makefile.am (TOOL_PROGS): Add objcopy.
[deliverable/binutils-gdb.git] / libiberty / argv.c
index 11ca549a8ea9bb2add001fb381550082b4db002d..e76c1f825d26cb1c2f111f1585222cb6bafaa6bd 100644 (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;
This page took 0.023349 seconds and 4 git commands to generate.