From: Guido van Rossum Date: Mon, 21 Oct 1996 14:52:24 +0000 (+0000) Subject: Add an XXX comment about apparent incompleteness of Borland defines. X-Git-Tag: v1.4~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6c0ea29ca79142f77eb03576ef147ec332328b;p=thirdparty%2FPython%2Fcpython.git Add an XXX comment about apparent incompleteness of Borland defines. --- diff --git a/PC/config.h b/PC/config.h index d7271022d4aa..d360ae47b5f2 100644 --- a/PC/config.h +++ b/PC/config.h @@ -171,6 +171,7 @@ typedef int pid_t; #endif /* __WATCOMC__ */ /* The Borland compiler defines __BORLANDC__ */ +/* XXX These defines are likely incomplete, but should be easy to fix. */ #ifdef __BORLANDC__ #define COMPILER "[Borland]" #define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"