mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
merge from gcc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user