comparison src/ChangeLog @ 57099:569cd6a5babd

(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. (Fbyte_code): Remove dead code after `wrong_type_argument'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 13 Sep 2004 21:13:38 +0000
parents 0487c26b96ee
children a2a253587c91
comparison
equal deleted inserted replaced
57098:0487c26b96ee 57099:569cd6a5babd
1 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> 1 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
4 (Fbyte_code): Remove dead code after `wrong_type_argument'.
2 5
3 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl 6 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
4 before doing the mark_stack_check_gcpros since they are not on the stack. 7 before doing the mark_stack_check_gcpros since they are not on the stack.
5 8
6 2004-09-12 Kim F. Storm <storm@cua.dk> 9 2004-09-12 Kim F. Storm <storm@cua.dk>