summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/translators/btparse/btconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/btparse/btconfig.h b/src/translators/btparse/btconfig.h
index 66916aa..da0f370 100644
--- a/src/translators/btparse/btconfig.h
+++ b/src/translators/btparse/btconfig.h
@@ -41,13 +41,13 @@
/*
* Define PC32 if in a 32-bit PC environment (e.g. extended DOS or Win32).
-* The macros tested here are defined by Watcom, Microsoft, Borland,
+* The macros tested here are defined by Microsoft, Borland,
* and djgpp, respectively, when they are used as 32-bit compilers.
* Users of these compilers *must* be sure to define PC in their
* makefiles for this to work correctly.
*/
#ifdef PC
-# if (defined(__WATCOM__) || defined(_WIN32) || defined(__WIN32__) || \
+# if (defined(_WIN32) || defined(__WIN32__) || \
defined(__GNUC__) || defined(__GNUG__))
# ifndef PC32
# define PC32