aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 3eb7e982e0f..d277dd2419b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6515,7 +6515,7 @@ bool suppress_checking;
6515void 6515void
6516die (const char *msg, const char *file, int line) 6516die (const char *msg, const char *file, int line)
6517{ 6517{
6518 fprintf (stderr, "\r\n%s:%d: Emacs fatal error: %s\r\n", 6518 fprintf (stderr, "\r\n%s:%d: Emacs fatal error: assertion failed: %s\r\n",
6519 file, line, msg); 6519 file, line, msg);
6520 terminate_due_to_signal (SIGABRT, INT_MAX); 6520 terminate_due_to_signal (SIGABRT, INT_MAX);
6521} 6521}