diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 16e8fd69..c11e9b88 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -401,7 +401,6 @@ ELBRUSC ELBRUSCXX elif elseif -elsif emoji emscripten EMULTIVAL diff --git a/src/core.c b/src/core.c index 502d59a8..8ae47b79 100644 --- a/src/core.c +++ b/src/core.c @@ -22165,7 +22165,7 @@ __dll_export #else #ifdef __INTEL_COMPILER "Intel C/C++ " STRINGIFY(__INTEL_COMPILER) - #elsif defined(__apple_build_version__) + #elif defined(__apple_build_version__) "Apple clang " STRINGIFY(__apple_build_version__) #elif defined(__ibmxl__) "IBM clang C " STRINGIFY(__ibmxl_version__) "." STRINGIFY(__ibmxl_release__)