mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Add an XXX comment about apparent incompleteness of Borland defines.
This commit is contained in:
parent
bc2e6319cb
commit
cf6c0ea29c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue