Keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1997-05-13 19:19:41 +00:00
parent ad16471b27
commit 7d3246d0e4

View File

@ -201,7 +201,7 @@ search_for_prefix(argv0_path, home)
char *argv0_path;
char *home;
{
int i, n;
int n;
char *vpath;
/* Check to see if argv[0] is in the build directory */
@ -271,7 +271,7 @@ search_for_exec_prefix(argv0_path, home)
char *argv0_path;
char *home;
{
int i, n;
int n;
/* Check to see if argv[0] is in the build directory */
strcpy(exec_prefix, argv0_path);