Clear gcprolist etc. after stack overflow
commit2254b6c09cff8f3a83684fd159289d0e305b0e7d
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jul 2015 13:59:26 +0000 (14 06:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jul 2015 14:03:06 +0000 (14 07:03 -0700)
treee39495bc5764a69ea284ec98aa41482567050946
parent6a7e718916d00dbacaa765669f389b86f33075f5
Clear gcprolist etc. after stack overflow

After stack overflow, command_loop calls init_eval, and this needs to
clear gcprolist and byte_stack_list (Bug#20996).
* src/alloc.c (init_alloc):
Move gcprolist and byte_stack_list initialization from here ...
* src/eval.c (init_eval): ... to here.
src/alloc.c
src/eval.c