summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-10-21 14:52:24 (GMT)
committerGuido van Rossum <guido@python.org>1996-10-21 14:52:24 (GMT)
commitcf6c0ea29ca79142f77eb03576ef147ec332328b (patch)
tree357f14c8ace8ef7e499062bb0106741eedf7a0c0 /PC
parentbc2e6319cbe30c007566bc6ba48c66faac72e2c0 (diff)
downloadcpython-cf6c0ea29ca79142f77eb03576ef147ec332328b.zip
cpython-cf6c0ea29ca79142f77eb03576ef147ec332328b.tar.gz
cpython-cf6c0ea29ca79142f77eb03576ef147ec332328b.tar.bz2
Add an XXX comment about apparent incompleteness of Borland defines.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index d727102..d360ae4 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"