summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 12:25:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 12:25:16 +0900
commit5ff77af539087e87a8216d1433b660b340d65bb1 (patch)
tree147a413cacf9f396e730303412bc0b85a5f94203 /src
parent4f7749e4f6b2a4e85a6b62f8ab02a5f4a884dccb (diff)
downloadtellico-master.tar.gz
tellico-master.zip
Drop support for Watcom compiler, which is not c++17 compliantHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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