From 5a00a6bb09d7fe1e6c381ed36543099fff9257b0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 31 Dec 2024 23:08:39 +0900 Subject: [PATCH] Remove support for Metrowerks compiler Signed-off-by: Michele Calgaro (cherry picked from commit 49746c5b86fe9d4c3f3c0e8f43be8196e38e6092) --- src/translators/btparse/btconfig.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/translators/btparse/btconfig.h b/src/translators/btparse/btconfig.h index 7405825..66916aa 100644 --- a/src/translators/btparse/btconfig.h +++ b/src/translators/btparse/btconfig.h @@ -36,7 +36,7 @@ /* This file knows about the following ``environments'' UNIX (default) DOS (use #define PC) - MAC (use #define MPW; has a few things for THINK C, Metrowerks) + MAC (use #define MPW; has a few things for THINK C) */ /* @@ -165,9 +165,6 @@ extern void fsetfileinfo (char *filename, unsigned long newcreator, unsigned lon #if 0 #define MAC_FILE_CREATOR 'KAHL' /* THINK C/Symantec C++ Text files */ #endif -#if 0 -#define MAC_FILE_CREATOR 'MMCC' /* Metrowerks C/C++ Text files */ -#endif #endif