mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:24:12 +08:00
mdbx: fix elsif
typo.
This commit is contained in:
parent
7addfc8358
commit
84b699a47c
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
@ -401,7 +401,6 @@ ELBRUSC
|
|||||||
ELBRUSCXX
|
ELBRUSCXX
|
||||||
elif
|
elif
|
||||||
elseif
|
elseif
|
||||||
elsif
|
|
||||||
emoji
|
emoji
|
||||||
emscripten
|
emscripten
|
||||||
EMULTIVAL
|
EMULTIVAL
|
||||||
|
@ -22165,7 +22165,7 @@ __dll_export
|
|||||||
#else
|
#else
|
||||||
#ifdef __INTEL_COMPILER
|
#ifdef __INTEL_COMPILER
|
||||||
"Intel C/C++ " STRINGIFY(__INTEL_COMPILER)
|
"Intel C/C++ " STRINGIFY(__INTEL_COMPILER)
|
||||||
#elsif defined(__apple_build_version__)
|
#elif defined(__apple_build_version__)
|
||||||
"Apple clang " STRINGIFY(__apple_build_version__)
|
"Apple clang " STRINGIFY(__apple_build_version__)
|
||||||
#elif defined(__ibmxl__)
|
#elif defined(__ibmxl__)
|
||||||
"IBM clang C " STRINGIFY(__ibmxl_version__) "." STRINGIFY(__ibmxl_release__)
|
"IBM clang C " STRINGIFY(__ibmxl_version__) "." STRINGIFY(__ibmxl_release__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user