* lib/mcel.h (mcel_scan): Undefine 'mbs' after use.
+2023-10-03 Bruno Haible <bruno@clisp.org>
+
+ mcel: Fix compilation error in tests.
+ * lib/mcel.h (mcel_scan): Undefine 'mbs' after use.
+
2023-10-02 Bruno Haible <bruno@clisp.org>
localename, gettext: Avoid crash on macOS 14.
char32_t ch;
size_t len = mbrtoc32 (&ch, p, lim - p, &mbs);
+#undef mbs
+
/* Any LEN with top bit set is an encoding error, as LEN == (size_t) -3
is not supported and MB_LEN_MAX is small. */
if (_GL_UNLIKELY ((size_t) -1 / 2 < len))