comparison src/alloc.c @ 52166:25f780eb3fd8

(mark_object): Handle Lisp_Misc_Save_Value.
author Andreas Schwab <schwab@suse.de>
date Fri, 08 Aug 2003 23:14:04 +0000
parents b52e88c3d6d0
children 36e112575ca8
comparison
equal deleted inserted replaced
52165:51abf235b3d3 52166:25f780eb3fd8
5022 case Lisp_Misc_Kboard_Objfwd: 5022 case Lisp_Misc_Kboard_Objfwd:
5023 /* Don't bother with Lisp_Buffer_Objfwd, 5023 /* Don't bother with Lisp_Buffer_Objfwd,
5024 since all markable slots in current buffer marked anyway. */ 5024 since all markable slots in current buffer marked anyway. */
5025 /* Don't need to do Lisp_Objfwd, since the places they point 5025 /* Don't need to do Lisp_Objfwd, since the places they point
5026 are protected with staticpro. */ 5026 are protected with staticpro. */
5027 case Lisp_Misc_Save_Value:
5027 break; 5028 break;
5028 5029
5029 case Lisp_Misc_Overlay: 5030 case Lisp_Misc_Overlay:
5030 { 5031 {
5031 struct Lisp_Overlay *ptr = XOVERLAY (obj); 5032 struct Lisp_Overlay *ptr = XOVERLAY (obj);