]> granicus.if.org Git - gc/commit
Turn off GC_LOOP_ON_ABORT functionality if GC compiled with NO_DEBUGGING
authorIvan Maidanski <ivmai@mail.ru>
Sun, 24 Jun 2012 09:04:32 +0000 (13:04 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 24 Jun 2012 09:04:32 +0000 (13:04 +0400)
commit770355f3050d285953bf69002a0b2c7fe885698f
tree6c24195e16548bcb1804f438ee733986e524ef0c
parent215d710e39b5f9df733525b97ff8c39cb659c7b0
Turn off GC_LOOP_ON_ABORT functionality if GC compiled with NO_DEBUGGING

* misc.c (looping_handler, installed_looping_handler): Do not define
if NO_DEBUGGING.
* misc.c (maybe_install_looping_handler): Define as an empty macro if
NO_DEBUGGING.
* misc.c (GC_on_abort): Do not test "GC_LOOP_ON_ABORT" environment
variable if GC_LOOP_ON_ABORT.
misc.c