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, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index c50bb0f32c7..3f1ccc82a58 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5943,7 +5943,7 @@ mark_object (Lisp_Object arg)
5943#if GC_MARK_STACK 5943#if GC_MARK_STACK
5944 if (ptr->area) 5944 if (ptr->area)
5945 { 5945 {
5946 Lisp_Object *p = (Lisp_Object *) ptr->data[0].pointer; 5946 Lisp_Object *p = ptr->data[0].pointer;
5947 ptrdiff_t nelt; 5947 ptrdiff_t nelt;
5948 for (nelt = ptr->data[1].integer; nelt > 0; nelt--, p++) 5948 for (nelt = ptr->data[1].integer; nelt > 0; nelt--, p++)
5949 mark_maybe_object (*p); 5949 mark_maybe_object (*p);