diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 12:25:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 19:57:32 +0900 |
| commit | 50a4941632223e5ce1719309b21f6f4950ceb938 (patch) | |
| tree | a7668a067ddbacc32da590850b1a7f298c70c2c1 | |
| parent | 1612a9b350aeb1266f37ca0cbfbc223c287318cf (diff) | |
| download | tellico-r14.1.x.tar.gz tellico-r14.1.x.zip | |
Drop support for Watcom compiler, which is not c++17 compliantr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ff77af539087e87a8216d1433b660b340d65bb1)
| -rw-r--r-- | src/translators/btparse/btconfig.h | 4 |
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 |
