diff options
author | Guido van Rossum <guido@python.org> | 1997-05-14 18:32:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-14 18:32:32 (GMT) |
commit | fcc7704ee983458ff226a8ab8b096c1b593131b3 (patch) | |
tree | 4becd7a36707ee11b2503adfc12616027977771e /PC | |
parent | fc4f503762cddab450a2c30bbf5fee3039f92c2e (diff) | |
download | cpython-fcc7704ee983458ff226a8ab8b096c1b593131b3.zip cpython-fcc7704ee983458ff226a8ab8b096c1b593131b3.tar.gz cpython-fcc7704ee983458ff226a8ab8b096c1b593131b3.tar.bz2 |
Typo! \\lib\\<path> should be .\\lib\\<path>
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/config.h b/PC/config.h index 80ffdec..c3512f7 100644 --- a/PC/config.h +++ b/PC/config.h @@ -68,7 +68,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\win;\\lib\\test;\\lib\\tkinter;.\\vc40" +#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter;.\\vc40" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) |