diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 80cc2f79dd7..88fced11834 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1454,6 +1454,7 @@ See also the function `condition-case'. */) | |||
| 1454 | struct backtrace *bp; | 1454 | struct backtrace *bp; |
| 1455 | 1455 | ||
| 1456 | immediate_quit = handling_signal = 0; | 1456 | immediate_quit = handling_signal = 0; |
| 1457 | abort_on_gc = 0; | ||
| 1457 | if (gc_in_progress || waiting_for_input) | 1458 | if (gc_in_progress || waiting_for_input) |
| 1458 | abort (); | 1459 | abort (); |
| 1459 | 1460 | ||