]> granicus.if.org Git - python/commitdiff
Keep gcc -Wall happy.
authorGuido van Rossum <guido@python.org>
Tue, 13 May 1997 19:19:41 +0000 (19:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 May 1997 19:19:41 +0000 (19:19 +0000)
Modules/getpath.c

index fccd79f3aefcc20cd34b0739c6dbbe83bb630ef9..7632aeb9c038fe75019ca23c24f5eb00b9cf5a22 100644 (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);