mirror of https://github.com/python/cpython
Add an XXX comment about apparent incompleteness of Borland defines.
This commit is contained in:
parent
bc2e6319cb
commit
cf6c0ea29c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue