mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
ad16471b27
commit
7d3246d0e4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue