diff options
-rw-r--r-- | PC/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index d727102..d360ae4 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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" |