From cf6c0ea29ca79142f77eb03576ef147ec332328b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Oct 1996 14:52:24 +0000 Subject: Add an XXX comment about apparent incompleteness of Borland defines. --- PC/config.h | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12