From dd59e217f0549a0813e305886cadcaf00d658310 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Nov 1999 22:08:22 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 23c10cc4205..ed62f25a6ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,15 @@ 1999-11-05 Gerd Moellmann + * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and + AFTER_POTENTIAL_GC around internal_catch. + * alloc.c (Fgarbage_collect): Call mark_byte_stack and relocate_byte_pcs. (init_alloc_once, init_alloc): Set byte_stack_list to null. * eval.c (struct catchtag): Add member byte_stack. (internal_catch, Fcondition_case, internal_condition_case) - (internal_condition_case_1: Save value of byte_stack_list in + (internal_condition_case_1): Save value of byte_stack_list in catchtag. (unwind_to_catch): Restore byte_stack_list from catchtag. -- 2.39.5