mdbx: fix elsif typo.

This commit is contained in:
Leonid Yuriev 2021-05-18 22:44:00 +03:00
parent 7addfc8358
commit 84b699a47c
2 changed files with 1 additions and 2 deletions

View File

@ -401,7 +401,6 @@ ELBRUSC
ELBRUSCXX
elif
elseif
elsif
emoji
emscripten
EMULTIVAL

View File

@ -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__)