mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Keep gcc -Wall happy.
This commit is contained in:
parent
ad16471b27
commit
7d3246d0e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user