]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an XXX comment about apparent incompleteness of Borland defines.
authorGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 14:52:24 +0000 (14:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 14:52:24 +0000 (14:52 +0000)
PC/config.h

index d7271022d4aa0ba50acef09845f6160272c4bec0..d360ae47b5f2bec388aa06cc479be5a44dff0184 100644 (file)
@@ -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"