Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2023-09/msg00146.html
* lib/regex-quote.c (regex_quote_copy): Add missing #endif.
+2023-09-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex-quote: fix recently-introduced typo
+ Problem reported by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2023-09/msg00146.html
+ * lib/regex-quote.c (regex_quote_copy): Add missing #endif.
+
2023-09-30 Bruno Haible <bruno@clisp.org>
wgetcwd-lgpl: Add tests.
memcpy (p, mbui_cur_ptr (iter), mb_len (mbui_cur (iter)));
p += mb_len (mbui_cur (iter));
}
+#endif
}
else
{