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
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ typedef int pid_t;
#endif /* __WATCOMC__ */ #endif /* __WATCOMC__ */
/* The Borland compiler defines __BORLANDC__ */ /* The Borland compiler defines __BORLANDC__ */
/* XXX These defines are likely incomplete, but should be easy to fix. */
#ifdef __BORLANDC__ #ifdef __BORLANDC__
#define COMPILER "[Borland]" #define COMPILER "[Borland]"
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3" #define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"