aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-10-06 21:47:12 +0000
committerKarl Heuer1994-10-06 21:47:12 +0000
commit9852abf34db46fb00f3df1a28d8285d6853ebc36 (patch)
treef11f42eca72508f7d9c7303f9553f4296fcdf4a3 /src
parent6428369f3365257dbfa3df1abe290dc0ae4c6666 (diff)
downloademacs-9852abf34db46fb00f3df1a28d8285d6853ebc36.tar.gz
emacs-9852abf34db46fb00f3df1a28d8285d6853ebc36.zip
(mark_object): Delete case Lisp_Internal_Stream.
Diffstat (limited to 'src')
-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