From 5ff77af539087e87a8216d1433b660b340d65bb1 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Tue, 6 Jan 2026 12:25:16 +0900
Subject: Drop support for Watcom compiler, which is not c++17 compliant

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/translators/btparse/btconfig.h | 4 ++--
 1 file 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
-- 
cgit v1.2.3

