commit 32c37e1eaf4173c7df28017e8b9ff2177e1aaaab
parent f893a7cbd453e69c90cfd80b534c084da916a1e6
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Mon, 6 Jul 2026 04:29:36 +0200
microhttpd2_portability.h: Fixed and shortened error message
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/include/microhttpd2_portability.h b/src/include/microhttpd2_portability.h
@@ -166,8 +166,7 @@
# endif
# endif
# elif defined(MHD_USE_COMP_LIT_FUNC_PARAMS)
-#error MHD_USE_COMP_LIT_FUNC_PARAMS and MHD_USE_COMP_LIT_FUNC_PARAMS are both \
- defined
+#error MHD_USE_COMP_LIT_FUNC_PARAMS and opposite macro are both defined
# endif
#else /* ! MHD_USE_COMPOUND_LITERALS */
# ifndef MHD_NO_COMP_LIT_FUNC_PARAMS