changeset 9367:86e52a4d8d87

(mark_object): Delete case Lisp_Void.
author Karl Heuer <kwzh@gnu.org>
date Thu, 06 Oct 1994 22:59:55 +0000
parents 60542ab81fb1
children 77cd47d7f172
files src/alloc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Thu Oct 06 22:39:18 1994 +0000
+++ b/src/alloc.c	Thu Oct 06 22:59:55 1994 +0000
@@ -1652,7 +1652,6 @@
       break;
 
     case Lisp_Int:
-    case Lisp_Void:
     case Lisp_Subr:
     case Lisp_Intfwd:
     case Lisp_Boolfwd: