* lib/c-stack.c: Undefine abort.
+2024-11-20 Bruno Haible <bruno@clisp.org>
+
+ c-stack: Avoid a busy-looping test on macOS.
+ * lib/c-stack.c: Undefine abort.
+
2024-11-19 Pádraig Brady <P@draigBrady.com>
unicodeio: avoid iconv issues for most ASCII characters
#include "gettext.h"
#define _(msgid) gettext (msgid)
+/* Here we need the original abort() function. (Printing a stack trace
+ from within a signal handler is not going to work in most cases anyway.) */
+#undef abort
+
#if HAVE_STACK_OVERFLOW_RECOVERY
/* Storage for the alternate signal stack.