From: Guido van Rossum Date: Wed, 14 May 1997 18:32:32 +0000 (+0000) Subject: Typo! \\lib\\ should be .\\lib\\ X-Git-Tag: v1.5a2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcc7704ee983458ff226a8ab8b096c1b593131b3;p=thirdparty%2FPython%2Fcpython.git Typo! \\lib\\ should be .\\lib\\ --- diff --git a/PC/config.h b/PC/config.h index 80ffdec1dc37..c3512f7cd17d 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)