Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b163d commit d0e74eaCopy full SHA for d0e74ea
1 file changed
Modules/getpath.c
@@ -98,7 +98,7 @@
98
*/
99
100
#ifndef VERSION
101
-#define VERSION "2.0"
+#define VERSION "2.1"
102
#endif
103
104
#ifndef VPATH
@@ -114,7 +114,6 @@
114
115
116
#ifndef PYTHONPATH
117
-/* I know this isn't K&R C, but the Makefile specifies it anyway */
118
#define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
119
EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
120
@@ -224,7 +223,7 @@ joinpath(char *buffer, char *stuff)
224
223
buffer[n+k] = '\0';
225
}
226
227
-/* init_path_from_argv0 requirs that path be allocated at least
+/* init_path_from_argv0 requires that path be allocated at least
228
MAXPATHLEN + 1 bytes and that argv0_path be no more than MAXPATHLEN
229
bytes.
230
0 commit comments