diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gmalloc.c | 1 | ||||
| -rw-r--r-- | src/term.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index 779cdb36d67..bac3ffb7e5e 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -2013,7 +2013,6 @@ mabort (enum mcheck_status status) | |||
| 2013 | __libc_fatal (msg); | 2013 | __libc_fatal (msg); |
| 2014 | #else | 2014 | #else |
| 2015 | fprintf (stderr, "mcheck: %s\n", msg); | 2015 | fprintf (stderr, "mcheck: %s\n", msg); |
| 2016 | fflush (stderr); | ||
| 2017 | emacs_abort (); | 2016 | emacs_abort (); |
| 2018 | #endif | 2017 | #endif |
| 2019 | } | 2018 | } |
diff --git a/src/term.c b/src/term.c index 6a8fc2ee932..ce06e1cd4e5 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -4402,7 +4402,6 @@ vfatal (const char *str, va_list ap) | |||
| 4402 | vfprintf (stderr, str, ap); | 4402 | vfprintf (stderr, str, ap); |
| 4403 | if (!(strlen (str) > 0 && str[strlen (str) - 1] == '\n')) | 4403 | if (!(strlen (str) > 0 && str[strlen (str) - 1] == '\n')) |
| 4404 | fprintf (stderr, "\n"); | 4404 | fprintf (stderr, "\n"); |
| 4405 | fflush (stderr); | ||
| 4406 | exit (1); | 4405 | exit (1); |
| 4407 | } | 4406 | } |
| 4408 | 4407 | ||