]> git.eshelyaron.com Git - emacs.git/commit
Avoid aborts in GC due to abort_on_gc
authorEli Zaretskii <eliz@gnu.org>
Wed, 14 Sep 2016 17:41:04 +0000 (20:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 14 Sep 2016 17:41:04 +0000 (20:41 +0300)
commit5ad238bf28f67304b942f03d3d5fc8d14d1268a8
tree0a5de6a3f71f27f287f7869a7d38a13f5917203c
parentdef4f1ec992880de599d36a0f94536249d95d7c4
Avoid aborts in GC due to abort_on_gc

* src/lisp.h:
* src/print.c (Fprin1_to_string):
* src/eval.c (signal_or_quit):
* src/alloc.c (garbage_collect_1): Remove declarations, setting,
and testing the value of abort_on_gc.  It is no longer needed, and
using it causes rare aborts in GC for no good reason.  (Bug#23912)
src/alloc.c
src/eval.c
src/lisp.h
src/print.c