]> git.eshelyaron.com Git - emacs.git/commit
Remove no-longer-needed fflushes of stderr
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 07:35:41 +0000 (00:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 07:41:13 +0000 (00:41 -0700)
commit2dbe05d01a0ce216fa1266074df162ddcd9f9d75
tree08e48bc68f0ca69afd442dc65644695ca636580b
parent2079e40a3cffbfacc79725c8788d56d05f232222
Remove no-longer-needed fflushes of stderr

* src/gmalloc.c (mabort) [GC_MCHECK && !__GNU_LIBRARY__]:
* src/term.c (vfatal): Remove fflush (stderr) when it is now a
no-op because newline automatically flushes stderr.
src/gmalloc.c
src/term.c