Add an XXX comment about apparent incompleteness of Borland defines.

This commit is contained in:
Guido van Rossum 1996-10-21 14:52:24 +00:00
parent bc2e6319cb
commit cf6c0ea29c

View 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"