Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf6c0ea

Browse files
committed
Add an XXX comment about apparent incompleteness of Borland defines.
1 parent bc2e631 commit cf6c0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PC/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ typedef int pid_t;
171171
#endif /* __WATCOMC__ */
172172

173173
/* The Borland compiler defines __BORLANDC__ */
174+
/* XXX These defines are likely incomplete, but should be easy to fix. */
174175
#ifdef __BORLANDC__
175176
#define COMPILER "[Borland]"
176177
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"

0 commit comments

Comments
 (0)