comparison src/alloc.c @ 9359:36dea2dad76c

(mark_object): Delete case Lisp_Internal_Stream.
author Karl Heuer <kwzh@gnu.org>
date Thu, 06 Oct 1994 21:47:12 +0000
parents 17d393a8eed6
children 86e52a4d8d87
comparison
equal deleted inserted replaced
9358:361c6409e7c1 9359:36dea2dad76c
1656 case Lisp_Subr: 1656 case Lisp_Subr:
1657 case Lisp_Intfwd: 1657 case Lisp_Intfwd:
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
1665 are protected with staticpro. */ 1664 are protected with staticpro. */
1666 break; 1665 break;