• Paul Eggert's avatar
    Clear gcprolist etc. after stack overflow · 2254b6c0
    Paul Eggert authored
    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.
    2254b6c0
alloc.c 198 KB