aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 5dc8d186369..955f274c270 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5035,6 +5035,7 @@ mark_object (arg)
5035 break; 5035 break;
5036 5036
5037 case Lisp_Misc_Save_Value: 5037 case Lisp_Misc_Save_Value:
5038#if GC_MARK_STACK
5038 { 5039 {
5039 register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj); 5040 register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);
5040 /* If DOGC is set, POINTER is the address of a memory 5041 /* If DOGC is set, POINTER is the address of a memory
@@ -5047,6 +5048,7 @@ mark_object (arg)
5047 mark_maybe_object (*p); 5048 mark_maybe_object (*p);
5048 } 5049 }
5049 } 5050 }
5051#endif
5050 break; 5052 break;
5051 5053
5052 case Lisp_Misc_Overlay: 5054 case Lisp_Misc_Overlay: