aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index cc1ad67f424..63dfed1bf19 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1658,7 +1658,6 @@ mark_object (objptr)
1658 case Lisp_Boolfwd: 1658 case Lisp_Boolfwd:
1659 case Lisp_Objfwd: 1659 case Lisp_Objfwd:
1660 case Lisp_Buffer_Objfwd: 1660 case Lisp_Buffer_Objfwd:
1661 case Lisp_Internal_Stream:
1662 /* Don't bother with Lisp_Buffer_Objfwd, 1661 /* Don't bother with Lisp_Buffer_Objfwd,
1663 since all markable slots in current buffer marked anyway. */ 1662 since all markable slots in current buffer marked anyway. */
1664 /* Don't need to do Lisp_Objfwd, since the places they point 1663 /* Don't need to do Lisp_Objfwd, since the places they point