Add Fujitsu compiler
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 25 Jul 2022 17:34:16 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 17:34:16 +0000 (19:34 +0200)
ctest.c

diff --git a/ctest.c b/ctest.c
index fc52b43..6ec437a 100644 (file)
--- a/ctest.c
+++ b/ctest.c
@@ -44,6 +44,10 @@ COMPILER_DEC
 COMPILER_GNU
 #endif
 
+#if defined(__fcc_version__) || defined(__FCC_version__)
+COMPILER_FUJITSU
+endif
+
 #if defined(__ANDROID__)
 OS_ANDROID
 #endif